# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/

# Environment variables / secrets
.env
.env.*
*.pem
*.key

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# OS files
Thumbs.db
Desktop.ini
.DS_Store

# Ruff
.ruff_cache/

# Docs build
site/

# Jupyter
.ipynb_checkpoints/
