updates
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
# Bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# SQLite DB
|
||||
*.db
|
||||
|
||||
# Flask/Migrations
|
||||
migrations/
|
||||
instance/
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Uploads
|
||||
app/static/uploads/
|
||||
|
||||
# OS-generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
*.pid
|
||||
*.sock
|
||||
docker-compose.override.yml
|
Reference in New Issue
Block a user