the_works/.gitignore
2025-11-16 15:02:11 +01:00

17 lines
130 B
Plaintext

.venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
*.env
the_works.sqlite
.vscode/