# Dependencies
node_modules/
.venv/
venv/
env/

# Build output
dist/
build/
*.egg-info/

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

# Logs
*.log
npm-debug.log*

# Coverage
coverage/
.nyc_output/
htmlcov/
.coverage

# Cache
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
__pycache__/
*.pyc
*.pyo
*.tsbuildinfo

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

# OS
.DS_Store
Thumbs.db

# Kiro
.kiro/
