# Dependencies
node_modules/
__pycache__/
*.egg-info/
dist/
build/
.eggs/

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

# Next.js
.next/
out/

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

# Python
*.pyc
*.pyo
.venv/
venv/

# Testing
.coverage
htmlcov/
.pytest_cache/
