# Environment
.venv/
env/
venv/
.env

# Python caching
__pycache__/
*.py[cod]
*$py.class

# Distribution / Build
dist/
build/
*.egg-info/

# Databases (SQLite)
*.db
*.sqlite

# Testing & Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Linting & Type Checking
.ruff_cache/
.mypy_cache/
.pyright_cache/

# macOS
.DS_Store
