Initial project structure
This commit is contained in:
commit
cc01712fa6
|
|
@ -0,0 +1,18 @@
|
|||
# Database dumps and data
|
||||
*.dump
|
||||
*.sql.gz
|
||||
backups/
|
||||
pgdata/
|
||||
|
||||
# Credentials
|
||||
.env
|
||||
*.key
|
||||
config/local.py
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
venv/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Loading…
Reference in New Issue