accountant/.gitignore

127 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-06-19 22:18:28 +02:00
2017-04-29 11:29:53 +02:00
# Created by https://www.gitignore.io/api/vim,python,kate
2015-06-11 23:36:11 +02:00
2017-04-29 11:29:53 +02:00
### Kate ###
# Swap Files #
.*.kate-swp
.swp.*
2015-06-11 23:36:11 +02:00
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
2016-06-19 22:18:28 +02:00
*$py.class
2015-06-11 23:36:11 +02:00
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
2017-04-29 11:29:53 +02:00
wheels/
2015-06-11 23:36:11 +02:00
*.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
2016-06-19 22:18:28 +02:00
.hypothesis/
2015-06-11 23:36:11 +02:00
# Translations
*.mo
*.pot
# Django stuff:
*.log
2016-06-19 22:18:28 +02:00
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
2015-06-11 23:36:11 +02:00
# Sphinx documentation
docs/_build/
# PyBuilder
target/
2017-04-29 11:29:53 +02:00
# Jupyter Notebook
2016-06-19 22:18:28 +02:00
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
2017-04-29 11:29:53 +02:00
# SageMath parsed files
*.sage.py
2016-06-19 22:18:28 +02:00
# dotenv
.env
# virtualenv
2017-04-29 11:29:53 +02:00
.venv
2016-06-19 22:18:28 +02:00
venv/
ENV/
# Spyder project settings
.spyderproject
2017-04-29 11:29:53 +02:00
.spyproject
2016-06-19 22:18:28 +02:00
# Rope project settings
.ropeproject
2017-04-29 11:29:53 +02:00
# mkdocs documentation
/site
2015-06-13 17:31:37 +02:00
2017-04-29 11:29:53 +02: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
2015-06-13 17:37:02 +02:00
2017-04-29 11:29:53 +02:00
# End of https://www.gitignore.io/api/vim,python,kate
2015-06-13 17:37:02 +02:00
2015-06-13 17:35:48 +02:00
### Local files ###
2015-12-09 22:56:11 +01:00
config.cfg