# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# habr
habr_article.md

# Generated application files
/output/
*.db
*.db-journal
*.db-shm
*.db-wal

# Generated files in root
/models.py
/admin.py
/crud/
/requirements.txt

# IDE
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache
htmlcov/

# OS
.DS_Store
Thumbs.db

.env
.dbml_to_sqlmodel
