TODO-app/.gitignore
2025-12-16 20:05:05 +01:00

18 lines
144 B
Plaintext

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.env/
# Pytest
.pytest_cache/
# SQLite
*.db
# OS
.DS_Store