# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

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

# macOS
.DS_Store

# Environment variables — never commit these
.env
.env.*
