# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Environment and virtualenvs
.env
.venv/
env/
venv/
ENV/

# Caches and tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
pytest.xml
htmlcov/
.cache/
.superpowers/
.worktrees/
.idea/
.vscode/
__marimo__/

# Package and documentation build output
build/
dist/
*.egg-info/
site/

# Application runtime databases & lockfiles
*.db
*.sqlite3
.lunchmoney_*.lock
