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

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Build
dist/
*.egg-info/

# Environment
.env
.venv/
