# Python
.venv/
venv/
env/
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
*.egg-info/
.eggs/
dist/
build/

# Local state and secrets
*.db
smartify_state.db
.env
.env.*
!.env.example
*.local

# OS and IDE
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Coverage and tools
coverage.xml
htmlcov/
.ruff_cache/
