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

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

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

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Linter and type-checker caches
.ruff_cache/
.mypy_cache/

# OS artifacts
.DS_Store
Thumbs.db

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

# Environment variables & secrets
.env
.env.*
*.local

# Documentation build output
site/

