# 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
MANIFEST

# Virtual Environments
.venv
venv/
ENV/
env/

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store

# Testing
.tox/
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.hypothesis/
.benchmarks/

# Type checking
.mypy_cache/
.pyright/
.pytype/

# Linting
.ruff_cache/

# Environment
.env
.env.local

# Logs
*.log

# Temporary files
/tmp/
*.tmp
repo_digest.txt
