Spaces:
Sleeping
Sleeping
| # ===== Secrets / env ===== | |
| .env | |
| .env.* | |
| !.env.example | |
| # ===== Runtime outputs ===== | |
| outputs/ | |
| # ===== Python ===== | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .venv/ | |
| venv/ | |
| env/ | |
| ENV/ | |
| pip-wheel-metadata/ | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # build / dist | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .eggs/ | |
| wheels/ | |
| # tooling caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .cache/ | |
| coverage.xml | |
| .coverage | |
| htmlcov/ | |
| # Jupyter / notebooks | |
| .ipynb_checkpoints/ | |
| # ===== Gradio / HF artifacts ===== | |
| .gradio/ | |
| tmp/ | |
| *.log | |
| # ===== macOS ===== | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| Icon? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| .fseventsd | |
| # ===== Xcode ===== | |
| # User-specific settings | |
| xcuserdata/ | |
| *.xcuserstate | |
| *.xccheckout | |
| *.xcscmblueprint | |
| # Build products | |
| DerivedData/ | |
| build/ | |
| *.ipa | |
| *.dSYM | |
| *.dSYM.zip | |
| *.dSYM.tar.gz | |
| # SwiftPM / Xcode integration | |
| .swiftpm/ | |
| Package.resolved | |
| # Carthage / CocoaPods (если вдруг появятся) | |
| Carthage/Build/ | |
| Pods/ | |
| Podfile.lock | |