README: typos
[diaspy.git] / .gitignore
1 *~
2 *.swp
3 docs/build/*
4 */__pycache__/*
5 __pycache__/*
6 .env
7
8 check-*.py
9
10 # Testing
11 testconf.py
12 TEST_COUNT
13 sketch.py
14
15 # Private stuff
16 private.*
17
18 *.py[cod]
19
20 # C extensions
21 *.so
22
23 # Packages
24 *.egg
25 *.egg-info
26 dist
27 build
28 eggs
29 parts
30 bin
31 var
32 sdist
33 develop-eggs
34 .installed.cfg
35 lib
36 lib64
37
38 # Installer logs
39 pip-log.txt
40
41 # Unit test / coverage reports
42 .coverage
43 .tox
44 nosetests.xml
45
46 # Translations
47 *.mo
48
49 # Mr Developer
50 .mr.developer.cfg
51 .project
52 .pydevproject