# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/
.venv
.env

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


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

# Backup files
*.backup
*.bak

# Logs
*.log

# Internal project files
/AGENTS.md
/references/
/plans/
/docs/plans/
/docs/plans.md
/docs/*-plan.md
/docs/_markdown/
/mocks/

# Generated benchmark evidence
/.autobench/
/runs/
/autobench-opus-export-final/
/COVERAGE

# Distribution / packaging
.Python
build/
dist/
site/
*.egg-info/
tmp/

# Cache & Config
.pytest_cache/
.ruff_cache
.logfire
