Spaces:
Runtime error
Runtime error
| # Ignore Python virtual environment | |
| .venv/ | |
| # Ignore Python cache files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| # Ignore database files | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Ignore environment files | |
| .env | |
| .env.local | |
| # Ignore IDE files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Ignore OS files | |
| .DS_Store | |
| Thumbs.db | |
| nul | |
| # Ignore Claude Code local settings | |
| .claude/settings.local.json |