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