initial commit
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# --- python bytecode ---
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# --- virtual environments ---
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# --- environment files ---
|
||||
.env
|
||||
.env.*
|
||||
*.local
|
||||
|
||||
# --- emacs ---
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
*.elc
|
||||
|
||||
# --- project private data ---
|
||||
/private/
|
||||
/pm/
|
||||
|
||||
# --- django ---
|
||||
db.sqlite3
|
||||
staticfiles/
|
||||
media/
|
||||
|
||||
# --- misc ---
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user