# Build & distribution
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.pyo
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
