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

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

# Virtual environments
.venv
env/
venv/

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

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

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/

# Claude Code
.claude/

# PyPI
.pypirc

# Environments
.env
.envrc
