Spaces:
Sleeping
Sleeping
| # Python-generated files | |
| __pycache__/ | |
| *.py[oc] | |
| build/ | |
| dist/ | |
| wheels/ | |
| *.egg-info | |
| # Virtual environments | |
| .venv | |
| # Secrets β never commit real credentials | |
| .env | |
| # Local dev output | |
| output/ | |
| docs/ | |
| temp/ | |
| logs/ | |
| # Test files | |
| test.py | |
| tests/ | |
| # OS / editor noise | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |