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

# Virtual environment
.venv/

# Pytest
.pytest_cache/

# Editor
.vscode/
.idea/
*.swp
