# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
*.egg-info/
dist/
build/

# Node
node_modules/
dist/

# Environment
.env
.env.local
.env.*.local

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Built frontend (generated by hatch_build.py, not committed)
src/dmv_aptfind/static/

# Test / Coverage
.coverage
htmlcov/
.pytest_cache/
coverage/
