24 lines
194 B
Text
24 lines
194 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
.venv/
|
|
venv/
|
|
|
|
.env
|
|
.env.local
|
|
*.local
|
|
|
|
dist/
|
|
build/
|
|
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
db/schema.sql.tmp
|