# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
env/
venv/
*.egg-info/
.coverage
htmlcov/
.pytest_cache/

# Python build artifacts
build/
dist/
*.egg-info/
pyproject.toml.bak

# Environment
.env

# OS
.DS_Store
Thumbs.db

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Coverage reports
htmlcov/
.coverage
# Overmind
.overmind.sock
.overmind.pid
overmind.log

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Frontend build
frontend/dist/
src/vantage/frontend_dist/

# Built docs output
dist/docs/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

/.chrome-state/

# YOLO Jail workspace state
.yolo/
