# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyright/
.hypothesis/
.tox/
.nox/

# Coverage and test output
.coverage
.coverage.*
coverage.xml
htmlcov/
junit.xml

# Packaging
build/
dist/
*.egg-info/
*.whl

# Environments and local runtimes
.venv/
.venv-*/
venv/
.python-version
pip-wheel-metadata/

# Environments and secrets
.env
.env.*
!.env.example
*.pem
*.key

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Local Claude/project workflow state
.claude/
PROMPT.md

# Logs and temporary files
*.log
*.tmp
*.bak
