# IDE
.idea/
.vscode/

# Python
.venv/
.pytest_cache/
__pycache__/
dist/
.coverage

# Dependencies
vendor/

# Secrets
.env
