Initial claims system setup
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.sqlite3
|
||||
db.sqlite3
|
||||
/claims_system/__pycache__/
|
||||
/claims_system/*.pyc
|
||||
/claims_system/migrations/__pycache__/
|
||||
/claims_system/migrations/*.pyc
|
||||
.DS_Store
|
||||
.python-version
|
||||
media/
|
||||
Reference in New Issue
Block a user