TODO-app/.gitignore

38 lines
526 B
Plaintext

# =========================
# Python
# =========================
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.env/
# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
# =========================
# SQLite
# =========================
*.db
# =========================
# Node / Frontend tooling
# =========================
node_modules/
npm-debug.log*
yarn-error.log*
# Playwright
test-results/
playwright-report/
# =========================
# OS / Editor
# =========================
.DS_Store
.vscode/