__pycache__/
*.py[cod]

venv/
.env/
.venv/

.vscode/
.idea/

*.log
*.tmp
*.db
*.sqlite3

.pytest_cache/
.coverage
htmlcov/

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

.ipynb_checkpoints/

*.http

*.md
tests/

