Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Environment files | |
| .env.local | |
| .env.*.local | |
| # Logs | |
| *.log | |
| # VSCode Server | |
| .vscode-server-insiders/ | |
| # System files | |
| .bash_history | |
| .config/ | |
| .npm/ | |
| .git_store/ | |
| # Additional Python cache | |
| */__pycache__/ | |
| # Archive folder | |
| archive/ | |
| # Git credentials and config (contains sensitive tokens) | |
| .git-credentials | |
| .gitconfig | |
| # Claude Code files with sensitive data | |
| .claude/projects/ | |
| .claude/.credentials.json | |
| .claude/statsig/ | |
| .claude/todos/ |