# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# SQLite databases (Alembic local dev)
.atp-dashboard.db
.atp-analytics.db

# Virtual environments
.venv

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.tox/

# Pre-commit
.pre-commit-cache/

# Executor (runtime state and logs)
spec/.executor-logs/
spec/.executor-state.json
spec/.task-history.log

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

# OS
.DS_Store
Thumbs.db

# Type checkers
.mypy_cache/
.pyrefly/
.ruff_cache/

# Misc
*.log
.env
.env.local

# Generated artifacts
art/
SUGGESTIONS.md
tools_list.json

# Temp Office files
~$*

# Auto-generated test suites (atp init)
my-test-suite.yaml

# Executor runtime state
spec/.executor-phase5-state.json
spec/.executor-progress.txt

# Hypothesis test cache
.hypothesis/
game-environments/.hypothesis/

# Generated PDFs (rebuild via art/generate_quickstart_pdf.py)
docs/*.pdf

# Experiment output directories
results/
