Files
rpa_vision_v3/.gitignore
2026-01-19 08:44:25 +01:00

71 lines
565 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv*/
env/
.venv/
*.egg-info/
dist/
build/
# Data
data/
instance/
*.npy
*.faiss
*.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Tests
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.tox/
# Logs
logs/
*.log
# Environment
.env
.env.local
.env.*.local
# Temporary
*.tmp
*.bak
*.zip
.~lock.*
*.pid
# OS
.DS_Store
Thumbs.db
# Project specific
.snapshots/
.kiro/
.mcp.json
archives/
backups*/
frontend_broken*/
# Node
node_modules/
# Models (large files)
models/*.pt
models/*.pth
models/*.onnx
*.safetensors