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

# Python
__pycache__/
*.pyc
*.pyo

# Credentials & secrets
.env
.pypirc

# Virtual environments
.venv/
venv/

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

# Test
.pytest_cache/
htmlcov/
.coverage
