# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg

# Build / dist
build/
dist/
*.whl

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

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