# Environment
.env
.env.*

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

# Pytest
.pytest_cache/
.coverage

# IDE
.idea/
.vscode/
*.swp
