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

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

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
