# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/

# Virtual environments
.venv/
venv/

# Distribution
dist/

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

# Test/coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Runtime data
heval_workdir/
heval_results.db
heval_gateway.db
*.db

# OS
.DS_Store
Thumbs.db

# Astro site
site/node_modules/
site/dist/
site/.astro/
