# Node.js and npm
node_modules/
npm-debug.log
npm-error.log
yarn-error.log
yarn.lock
pnpm-lock.yaml
.pnpm-store/

# TypeScript
*.tsbuildinfo
dist/
build/
*.d.ts.map
.tsc-output/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
*.pyc
.uv/

# IDE and Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.project
.classpath
.c9/
*.sublime-workspace
*.sublime-project
.tern-port
.env.local
.env.*.local

# OS
Thumbs.db
.DS_Store
.AppleDouble
.LSOverride

# Project specific
.env
.env.local
.env.*.local
.env.production.local
.env.development.local
.env.test.local

# Temporary files
*.tmp
*.temp
*.bak
*.backup
.cache/
tmp/
temp/

# Logs
logs/
*.log

# Build artifacts
.next/
out/

# Coverage
coverage/
.nyc_output/

.agents/
