# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

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