# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
.tox/
nosetests.xml
test-results/
tests_scripts/
*.test
*.spec

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Environment variables
.env
.env.local
.env.*.local

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

# Logs
*.log

# Temporary files
tmp/
temp/
*.tmp

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb_checkpoints
profile_default/
ipython_config.py

# OpenTelemetry / Observability
*.otlp

# Documentation builds
docs/_build/
site/
