# Virtual environments
.venv/
venv/
env/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/

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

# Node
node_modules/
demo-video/node_modules/

# OS
.DS_Store
Thumbs.db

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

# Build artifacts
*.vsix
*.tgz
out/

# Confidential documents
*.docx
