mirror of
https://github.com/tiny-pilot/tinypilot.git
synced 2023-10-01 22:58:29 +03:00
This is code that we already reviewed and merged into Pro, but it would
be useful in Community as well.
The only change here from what's already in Pro is
fd616979e1 as we're adjusting the test for
Community.
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1451"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>
---------
Co-authored-by: Andrew Farrell <123831+amfarrell@users.noreply.github.com>
Co-authored-by: Andrew M. Farrell <armorsmith42@gmail.com>
82 lines
938 B
Plaintext
82 lines
938 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# 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/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Flask
|
|
app_settings.cfg
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# Vim
|
|
*~
|
|
*.sw?
|
|
|
|
# Node
|
|
node_modules
|
|
|
|
# Mac OS
|
|
*.DS_Store
|
|
*.xcworkspace
|
|
|
|
# Debian package builds
|
|
debian-pkg/releases/
|
|
|
|
# End-to-End test data
|
|
e2e-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|