summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore142
1 files changed, 138 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index e57e2953a..e86ef4036 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,139 @@
-debian/.debhelper/
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+.idea/
+.idea
+.idea/*
+*.iml
+
+# 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
+.hypothesis/
+cover
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+local_settings.py
+
+# Flask stuff:
+instance/
+.webassets-cache
+
+# Scrapy stuff:
+.scrapy
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+# Jupyter Notebook
+.ipynb_checkpoints
+
+# pyenv
+.python-version
+
+# celery beat schedule file
+celerybeat-schedule
+
+# SageMath parsed files
+*.sage.py
+
+# dotenv
+.env
+
+# virtualenv
+.venv
+venv/
+ENV/
+
+# Spyder project settings
+.spyderproject
+.spyproject
+
+# Rope project settings
+.ropeproject
+
+# mkdocs documentation
+/site
+
+# mypy
+.mypy_cache/
+
+# Autogenerated files
+templates-cfg/*
+templates-op/*
+tests/templates/*
+
+# Debian packaging
debian/files
-debian/vyos-smoketest.debhelper.log
-debian/vyos-smoketest.substvars
-debian/vyos-smoketest/
+debian/tmp
+debian/debhelper-build-stamp
+debian/.debhelper/
+debian/vyos-1x
+debian/vyos-1x-vmware
+debian/vyos-1x-smoketest
+debian/*.postinst.debhelper
+debian/*.prerm.debhelper
+debian/*.substvars
+
+# Sonar Cloud
+.scannerwork
+/.vs
+
+# SlickEdit
+*.vpj
+*.vpw
+*.vpwhist
+*.vtg
+
+# VIM
+*.swp
+
+# vyos-1x JSON version
+data/component-versions.json