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

# Virtual environments
.venv/
venv/
env/

# pytest
.pytest_cache/

# tracepatch generated files
.tracepatch_cache/
_tracepatch_*.py

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

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

# OS
.DS_Store
Thumbs.db
