mirror of
https://github.com/NovaOSS/nova-python.git
synced 2024-11-25 21:33:59 +01:00
100 lines
955 B
Plaintext
100 lines
955 B
Plaintext
/target
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
.pytest_cache/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
.venv/
|
|
env/
|
|
bin/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
include/
|
|
man/
|
|
venv/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
pip-selfcheck.json
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Rope
|
|
.ropeproject
|
|
|
|
# Django stuff:
|
|
*.log
|
|
*.pot
|
|
|
|
.DS_Store
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# Pyenv
|
|
.python-version
|
|
|
|
target
|
|
Cargo.lock
|
|
/doc
|
|
/gh-pages
|
|
build/
|
|
*.py[co]
|
|
__pycache__/
|
|
.cache
|
|
.pytest_cache/
|
|
dist/
|
|
.tox/
|
|
.mypy_cache/
|
|
.hypothesis/
|
|
.eggs/
|
|
venv*
|
|
guide/book/
|
|
*.so
|
|
*.out
|
|
*.egg-info
|
|
extensions/stamps/
|
|
pip-wheel-metadata
|
|
valgrind-python.supp
|
|
*.pyd
|
|
lcov.info
|
|
netlify_build/
|
|
|
|
build.sh |