Spaces:
Sleeping
Sleeping
| # Byte-compiled / cache | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| # Packaging / build | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # OS/editor | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |
| # Local env/config | |
| .env | |
| .env.* | |
| .claude/ | |
| .codex/ | |
| CLAUDE.md | |
| AGENTS.md | |
| .*_cache/ |