# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Credentials & secrets
.env
*.json
!pyproject.json
!package.json

# Test / Coverage
.pytest_cache/
.coverage
htmlcov/

# Docs build
site/
