Files
2026-moving-helper/.gitignore
T
tliu93 8b8bd9f38f
test / pytest (push) Successful in 1m34s
Add Alembic migration foundation
2026-06-01 16:02:43 +02:00

36 lines
434 B
Plaintext

# Local environment and secrets
.env
.venv/
# Runtime data and local review notes
data/
review-notes/
Review-Notes/
# Python cache/test/build output
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
*.pyc
# Local tool state
.codex
.claude/settings.local.json
backups/
# macOS generated files
.DS_Store
**/.DS_Store
._*
**/._*
.Spotlight-V100
**/.Spotlight-V100
.Trashes
**/.Trashes