Increment version to 0.2.0.
[pyCraft.git] / .gitignore
blob585e7154b91b56b236146da10e4cf0634ebe2015
1 # Created by https://www.gitignore.io
3 ### Python ###
4 # Byte-compiled / optimized / DLL files
5 __pycache__/
6 *.py[cod]
8 # C extensions
9 *.so
11 # Distribution / packaging
12 .Python
13 env/
14 build/
15 develop-eggs/
16 dist/
17 downloads/
18 eggs/
19 .eggs/
20 lib/
21 lib64/
22 parts/
23 sdist/
24 var/
25 *.egg-info/
26 .installed.cfg
27 *.egg
28 MANIFEST
30 # PyInstaller
31 #  Usually these files are written by a python script from a template
32 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
33 *.manifest
34 *.spec
36 # Installer logs
37 pip-log.txt
38 pip-delete-this-directory.txt
40 # Unit test / coverage reports
41 htmlcov/
42 .tox/
43 .coverage
44 .coverage.*
45 .cache
46 nosetests.xml
47 coverage.xml
48 *,cover
50 # Translations
51 *.mo
52 *.pot
54 # Django stuff:
55 *.log
57 # Sphinx documentation
58 docs/_build/
60 # PyBuilder
61 target/
64 ### SublimeText ###
65 # cache files for sublime text
66 *.tmlanguage.cache
67 *.tmPreferences.cache
68 *.stTheme.cache
70 # pyCharm/Intellij
71 *.iml
72 .idea/
74 # workspace files are user-specific
75 *.sublime-workspace
77 # project files should be checked into the repository, unless a significant
78 # proportion of contributors will probably not be using SublimeText
79 # *.sublime-project
81 # sftp configuration file
82 sftp-config.json
84 ### pyCraft ###
85 credentials