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

# Environment
.env
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
javascript/dist/
python/dist/
*.tgz

# Test/coverage
.coverage
htmlcov/
.pytest_cache/
coverage/
