Spaces:
Runtime error
Runtime error
| # AINISH Coder Tooling Distribution - Git Ignore Patterns | |
| # PlatformIO ignore patterns | |
| # PlatformIO ignore patterns | |
| .pio* | |
| .pio/ | |
| *.pioenvs/ | |
| pio.ini | |
| # Environment and configuration files | |
| .env | |
| .env.* | |
| !.env.example | |
| *.env.local | |
| *.env.development | |
| *.env.test | |
| *.env.production | |
| # Virtual environments | |
| venv/ | |
| venv.bak/ | |
| venv.bak* | |
| venv.* | |
| .venv/ | |
| ENV/ | |
| env/ | |
| .conda/ | |
| .python-version | |
| */.env | |
| */*env.* | |
| !*env.example | |
| # IDE and editor files | |
| .vscode/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| # Security and secrets | |
| *.key | |
| *.pem | |
| *.p12 | |
| *.pfx | |
| *.crt | |
| *.csr | |
| *.pem | |
| *.p12 | |
| *.pfx | |
| *.jks | |
| *.keystore | |
| secrets/ | |
| .secrets | |
| # Database files | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| *.db-journal | |
| # Backup files | |
| *.bak | |
| *.backup | |
| *.backup.* | |
| *.old | |
| *.orig | |
| *.rej | |
| *.orig | |
| *.swp | |
| *.swo | |
| # Rust | |
| target/ | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .pytest_cache/ | |
| # Shared Libraries | |
| *.so | |
| *.dylib | |
| *.dll | |
| # General | |
| *.log | |
| *.tmp | |
| *.new | |
| tmp/ | |
| # Node.js | |
| node_modules/ | |
| npm-debug.log | |
| yarn-error.log | |
| .pnpm-debug.log | |
| # Security reports | |
| SECURITY_REPORT.md | |
| # Scrolls Lab runtime artifacts | |
| scrolls-lab/logs/ | |
| scrolls-lab/reference/ | |
| scrolls-lab/omni_output/ | |
| scrolls-lab/sections/ | |
| scrolls-lab/working/ | |
| scrolls-lab/original/ | |
| scrolls-lab/output/ | |
| *.patch | |
| # Omni Extractor media files (global safety) | |
| **/*.jpg | |
| **/*.mp4 | |
| **/*.vtt | |
| providers.txt | |
| **/providers.txt | |
| providers**.txt | |
| **/providers**.txt | |
| # Scrolls ceremony cloned repos (large) | |
| .scrolls-ceremony/repos/ | |
| # Graphify scratch output | |
| graphify-out/ | |