mirror of
https://github.com/trycua/computer.git
synced 2025-12-30 18:09:55 -06:00
207 lines
3.9 KiB
Plaintext
207 lines
3.9 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
# C extensions
|
|
*.so
|
|
node_modules/*
|
|
*/node_modules
|
|
**/node_modules
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
!libs/lume/scripts/build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/*
|
|
!libs/lumier/src/lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
db.sqlite3-journal
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
# PyBuilder
|
|
.pybuilder/
|
|
target/
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
.pdm.toml
|
|
.pdm-python
|
|
.pdm-build/
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
|
__pypackages__/
|
|
# Celery stuff
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
# Git worktrees
|
|
.worktrees/
|
|
# Spyder project settings
|
|
.spyderproject
|
|
.spyproject
|
|
# Rope project settings
|
|
.ropeproject
|
|
# mkdocs documentation
|
|
/site
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
# Scripts
|
|
server/scripts/
|
|
# Pyre type checker
|
|
.pyre/
|
|
# pytype static type analyzer
|
|
.pytype/
|
|
# Cython debug symbols
|
|
cython_debug/
|
|
# Ruff stuff:
|
|
.ruff_cache/
|
|
# PyPI configuration file
|
|
.pypirc
|
|
# Conda
|
|
.conda/
|
|
# Local environment
|
|
.env.local
|
|
# macOS DS_Store
|
|
.DS_Store
|
|
weights/
|
|
weights/icon_detect/
|
|
weights/icon_detect/model.pt
|
|
weights/icon_detect/model.pt.zip
|
|
weights/icon_detect/model.pt.zip.part*
|
|
libs/python/omniparser/weights/icon_detect/model.pt
|
|
# Example test data and output
|
|
examples/test_data/
|
|
examples/output/
|
|
/screenshots/
|
|
/experiments/
|
|
/logs/
|
|
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
## User settings
|
|
xcuserdata/
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
## App packaging
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
# Swift Package Manager
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
# Packages/
|
|
# Package.pins
|
|
# Package.resolved
|
|
# *.xcodeproj
|
|
#
|
|
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
|
|
# hence it is not needed unless you have added a package configuration file to your project
|
|
.swiftpm/
|
|
.build/
|
|
# CocoaPods
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
# Pods/
|
|
#
|
|
# Add this line if you want to avoid checking in source code from the Xcode workspace
|
|
# *.xcworkspace
|
|
# Carthage
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
# Carthage/Checkouts
|
|
Carthage/Build/
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo.
|
|
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
# Ignore folder
|
|
ignore
|
|
# .release
|
|
.release/
|
|
# Shared folder
|
|
shared
|
|
# Trajectories
|
|
trajectories/
|
|
# Installation ID Storage
|
|
.storage/
|
|
# Gradio settings
|
|
.gradio_settings.json
|
|
# Lumier Storage
|
|
storage/
|
|
# Trashes
|
|
.Trashes
|
|
.Trash-1000/
|
|
post-provision
|
|
# Local secrets for act
|
|
.secrets |