# Environment
.env
.env.local
.env.*.local

# Logs
*.log

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
venv/
.venv/
env/
ENV/

# Docusaurus / Node
node_modules/
docs/build/
docs/.docusaurus/

# OS
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/
.claude/
*.swp
*.swo
*~

yarn.lock
