48 lines
467 B
Text
48 lines
467 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Backups
|
|
*.backup
|
|
*.bak
|
|
*.swp
|
|
|
|
# Test
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Node (if any)
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# NOTE: orto-suite/ IS tracked (production-ready skills)
|
|
# No exclusions needed - symlink references work perfectly
|