Towards a1 1.0.0: rmr improvements
[ric-plt/a1.git] / .gitignore
1 *.log
2 NOTES.txt
3 docs/*
4 rmr/*
5
6 .pytest_cache/
7 xunit-results.xml
8 .DS_Store
9 # Byte-compiled / optimized / DLL files
10 __pycache__/
11 *.py[cod]
12 *$py.class
13
14 # C extensions
15 *.so
16
17 # Distribution / packaging
18 .Python
19 env/
20 build/
21 develop-eggs/
22 dist/
23 downloads/
24 eggs/
25 .eggs/
26 lib/
27 lib64/
28 parts/
29 sdist/
30 var/
31 *.egg-info/
32 .installed.cfg
33 *.egg
34
35 # PyInstaller
36 #  Usually these files are written by a python script from a template
37 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
38 *.manifest
39 *.spec
40
41 # Installer logs
42 pip-log.txt
43 pip-delete-this-directory.txt
44
45 # Unit test / coverage reports
46 htmlcov/
47 venv-tox/
48 .tox/
49 .coverage
50 .coverage.*
51 .cache
52 nosetests.xml
53 coverage.xml
54 *,cover
55 .hypothesis/
56
57 # Translations
58 *.mo
59 *.pot
60
61 # Django stuff:
62 *.log
63 local_settings.py
64
65 # Flask stuff:
66 instance/
67 .webassets-cache
68
69 # Scrapy stuff:
70 .scrapy
71
72 # Sphinx documentation
73 docs/_build/
74
75 # PyBuilder
76 target/
77
78 # IPython Notebook
79 .ipynb_checkpoints
80
81 # pyenv
82 .python-version
83
84 # celery beat schedule file
85 celerybeat-schedule
86
87 # dotenv
88 .env
89
90 # virtualenv
91 venv/
92 ENV/
93
94 # Spyder project settings
95 .spyderproject
96
97 # Rope project settings
98 .ropeproject
99
100 # Test report
101 xunit-reports
102 coverage-reports