nova-python/.gitignore

100 lines
955 B
Plaintext
Raw Normal View History

2023-08-07 10:26:09 +02:00
/target
2023-07-02 22:10:03 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
2023-08-07 10:26:09 +02:00
.pytest_cache/
2023-07-02 22:10:03 +02:00
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
2023-08-07 10:26:09 +02:00
.venv/
env/
bin/
2023-07-02 22:10:03 +02:00
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
2023-08-07 10:26:09 +02:00
include/
man/
venv/
2023-07-02 22:10:03 +02:00
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
2023-08-07 10:26:09 +02:00
pip-selfcheck.json
2023-07-02 22:10:03 +02:00
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
2023-08-07 10:26:09 +02:00
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
2023-07-02 22:10:03 +02:00
# Django stuff:
*.log
2023-08-07 10:26:09 +02:00
*.pot
2023-07-02 22:10:03 +02:00
2023-08-07 10:26:09 +02:00
.DS_Store
2023-07-02 22:10:03 +02:00
# Sphinx documentation
docs/_build/
2023-08-07 10:26:09 +02:00
# PyCharm
.idea/
2023-07-02 22:10:03 +02:00
2023-08-07 10:26:09 +02:00
# VSCode
.vscode/
2023-07-02 22:10:03 +02:00
2023-08-07 10:26:09 +02:00
# Pyenv
.python-version
2023-07-02 22:10:03 +02:00
2023-08-07 10:26:09 +02:00
target
Cargo.lock
/doc
/gh-pages
build/
*.py[co]
__pycache__/
.cache
.pytest_cache/
dist/
.tox/
2023-07-02 22:10:03 +02:00
.mypy_cache/
2023-08-07 10:26:09 +02:00
.hypothesis/
.eggs/
venv*
guide/book/
*.so
*.out
*.egg-info
extensions/stamps/
pip-wheel-metadata
valgrind-python.supp
*.pyd
lcov.info
2023-08-07 17:32:07 +02:00
netlify_build/
build.sh