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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# eolib-ext cache (cloned extension repos)
.cache/

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