# Dependencies
node_modules/
vendor/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/

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

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

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

# Testing
coverage/
.coverage
.pytest_cache/
.tox/
htmlcov/

# Build outputs
dist/
build/
*.egg
*.whl

# OS
.DS_Store
Thumbs.db

# Project specific
*.tmp
*.cache
.cache/

# Internal development files (not for distribution)
CLAUDE.md
GEMINI.md
AGENTS.md
VID.md
docs/specs/
docs/plans/
docs/designs/
.claude/
.superpowers/

# Virtual environments
.venv/
venv/
ENV/

# Type checking
.mypy_cache/
.ruff_cache/

# Seed database (will be generated/downloaded)
!packages/scanoss-ai-kb/src/scanoss_ai_kb/data/seed.db
