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

# Node (old project, may exist in old/)
node_modules/

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

# OS
.DS_Store
Thumbs.db

# Atlas databases (user-specific, not committed)
# Project .atlas/ is intentionally NOT ignored — teams commit it
# User databases:
# ~/.atlas/user.db
# ~/.atlas/feedback.db

# Environment
.env
.env.local

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Reports (generated, agent-local)
reports/

# Distribution
*.whl
*.tar.gz
