diff options
Diffstat (limited to 'django/factwise-python/.gitignore')
| -rw-r--r-- | django/factwise-python/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/django/factwise-python/.gitignore b/django/factwise-python/.gitignore new file mode 100644 index 0000000..6b24a29 --- /dev/null +++ b/django/factwise-python/.gitignore @@ -0,0 +1,9 @@ +__pycache__/ +*.pyc +env/ +venv/ +.idea/ +.vscode/ +db/ +out/ +*.sqlite3 |
