# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
.eggs/
*.egg-info/

# Build outputs
dist/
build/
*.tsbuildinfo

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

# Environment
.env
.env.local
.env.*.local

# Testing
coverage/
.coverage
htmlcov/
.pytest_cache/
.vitest/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Misc
*.tgz
.npmrc
