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

# Virtual environments
.venv/
venv/
env/

# pytest
.pytest_cache/
.coverage
htmlcov/

# Development tools
.ruff_cache/
.mypy_cache/

# tracepatch generated files
.tracepatch/
_tracepatch_*.py

# Test/example files (not part of package)
example.py
tracepatch-test.toml
tests/
manual_tests/

# Agent workflow (not part of public repo)
AGENTS.md

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

# OS
.DS_Store
Thumbs.db
