# Virtual Environments
.venv/
**/.venv/

# Byte-compiled / cache files
__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd

# Testing & Linting Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Node & Frontend
node_modules/
**/node_modules/
frontend/.next/
frontend/out/

# Environment Variables & Secrets
.env
.env.*
!.env.example

# IDE & Agents
.agents/
.gemini/
.vscode/
.idea/

# Distribution & Build
build/
dist/
*.egg-info/
