__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

.env
*.pem
*.key

.venv/
venv/
env/

node_modules/
dashboard/dist/

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

*.log
*.pid

.DS_Store
Thumbs.db

.cursor/plans/
