# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Unit test / coverage reports
.coverage
.coverage.*
.cache
.pytest_cache/
coverage.xml
htmlcov/

# Environments
.env
.envrc
.venv
env/
venv/

# Type checkers
.mypy_cache/
.pyre/
.pytype/

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/

# Claude Code
.claude/settings.local.json

# Local test scratch
tests/_tmp_*/
