network_inventory/.gitignore

184 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2017-12-21 23:11:33 +01:00
# ---> Vim
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
# ---> Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# ---> Python
# 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
# 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/
# 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/
2022-03-01 09:33:12 +01:00
venv
2017-12-21 23:11:33 +01:00
ENV/
# Spyder project settings
.spyderproject
# Rope project settings
.ropeproject
2017-12-21 23:32:56 +01:00
bin/
/lib64
/pyvenv.cfg
share/
2017-12-23 00:42:01 +01:00
/db.sqlite3
2017-12-23 00:43:08 +01:00
inventory/migrations/*.py
docs/auto/
/docs/docs.acn
/docs/docs.glo
/docs/docs.ist
/docs/docs.tex
2017-12-27 19:56:51 +01:00
db.sqlite3
/network_inventory/pyvenv.cfg
/network_inventory/lib64
2020-01-10 00:01:57 +01:00
migrations/
2018-01-14 13:37:26 +01:00
.vagrant/
2019-06-10 20:59:46 +02:00
.vscode/
2019-08-04 20:43:56 +02:00
.pytest_cache/
2019-08-10 13:48:29 +02:00
htmlcov/
2023-07-18 20:40:58 +02:00
.first_run
2022-11-27 17:53:42 +01:00
/src/static
2021-12-22 19:13:29 +01:00
.idea/
2021-12-28 16:06:59 +01:00
db_data
2022-01-31 20:50:34 +01:00
.direnv
2022-11-28 22:50:50 +01:00
/result
2022-12-12 09:51:34 +01:00
/static/