Version 1.1
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
### Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
dist/
|
||||
build/
|
||||
|
||||
### Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
### IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
### OS
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
|
||||
### Secrets / local env
|
||||
.env
|
||||
|
||||
### App data (don’t commit runtime db/uploads)
|
||||
instance/*.db
|
||||
static/uploads/*
|
||||
!static/uploads/readme.txt
|
||||
Reference in New Issue
Block a user