Adrien Peiffer (ACSONE) 9 years ago
parent
commit
bdbf7697ba
  1. 29
      .gitignore

29
.gitignore

@ -1,3 +1,6 @@
# Project specific
oca.cfg
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -8,10 +11,10 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
bin/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
downloads/
eggs/ eggs/
lib/ lib/
lib64/ lib64/
@ -21,12 +24,7 @@ var/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.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
*.eggs
# Installer logs # Installer logs
pip-log.txt pip-log.txt
@ -42,12 +40,25 @@ coverage.xml
# Translations # Translations
*.mo *.mo
*.pot
# Pycharm
.idea
# Django stuff: # Django stuff:
*.log *.log
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
# PyBuilder
target/
# Backup files
*~
*.swp
Loading…
Cancel
Save