20 lines
146 B
Plaintext
20 lines
146 B
Plaintext
web/
|
|
db/*.json
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.git/
|
|
.gitignore
|
|
.idea/
|
|
.vscode/
|
|
*.log
|
|
.DS_Store
|