# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/

# Build artifacts
build/
dist/
wheels/
*.whl

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

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.benchmarks/
.uv_cache/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.secret
pypytoken.*

# Docs build
site/
docs/_build/

# Local scratch
scratch/
tmp/
