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

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

build/
dist/
*.egg-info/
.eggs/
*.egg

venv/
.venv/
env/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

logs/
*.log
tmp/
*.tmp

.env
.env.*
*.env
!*.env.example
!env.example

.aider*

node_modules/
