Files
chore/.dockerignore
2025-12-08 16:23:06 -05:00

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