# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.cache/
.venv*/
.env

# IDE
.vscode/
.idea/

# Tests
.pytest_cache/
.coverage
htmlcov/
