35 lines
377 B
Plaintext
35 lines
377 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
.git/
|
|
.github/
|
|
.gitignore
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.coverage
|
|
.env
|
|
*.log
|
|
|
|
# Docker files (not needed inside the image)
|
|
Docker/
|
|
|
|
# Test and dev files
|
|
tests/
|
|
Temp/
|
|
test_data/
|
|
docs/
|
|
diagrams/
|
|
|
|
# Runtime data (mounted as volumes)
|
|
data/aniworld.db
|
|
data/config_backups/
|
|
logs/
|
|
|
|
# Frontend tooling
|
|
node_modules/
|
|
package.json
|