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

.pytest_cache/
.ruff_cache/
.pyright_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/

# Local SQLite databases
*.db
*.db-journal
*.db-wal
*.db-shm

# Editors / OS
.idea/
.vscode/
.DS_Store

# Local env
.env
.env.*
!.env.example
