# Environment
.env
.venv/
venv/
__pycache__/
*.pyc

# IDE
.idea/
.vscode/
*.swp

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

# Poetry
poetry.lock

.coverage
coverage.xml
.pytest_cache/
