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

# Packaging / envs
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
.DS_Store
