# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.pytest_cache/
.mypy_cache/
*.jsonl

# TypeScript
node_modules/
dist/
*.js
*.d.ts
*.js.map
!jest.config.js
!tsconfig.json

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

# Environment
.env
.env.local
