# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv
env/
venv/
ENV/

# uv / pip
.cache/
pip-wheel-metadata/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/

# Ruff
.ruff_cache/

# Type checking
.mypy_cache/
.pyright/

# Build
*.manifest
*.spec
.pybuilder/
target/

# Environments
.env
.env.local
.env.*.local
.envrc
.direnv/

# PyPI
.pypirc

# Logs
*.log

# Certificates / keys (avoid accidental commits)
*.pem
*.key
*.crt
*.p12
*.pfx
*.der
*.csr
