__pycache__/
*.py[cod]
*$py.class
*.so

.Python
build/
dist/
*.egg-info/
.eggs/

.venv/
venv/
env/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

.idea/
.vscode/
*.swp
.DS_Store

.env
.env.local
