Add deprecation warning with pointers to WMF's pages on the topic (#365)
[ores.git] / .gitignore
blobc5b42b45a7287ff5004587624f4a9f8bbd8c9e49
1 # Secret and other types of files that shouldn't be included
2 *DONOTCOMMIT*
4 # Byte-compiled / optimized / DLL files
5 __pycache__/
6 *.py[cod]
7 *~
9 # Datasets & model files
10 datasets/
11 *.model
12 ipython/
14 # C extensions
15 *.so
17 # Distribution / packaging
18 .Python
19 env/
20 bin/
21 build/
22 develop-eggs/
23 dist/
24 eggs/
25 #lib/
26 lib64/
27 parts/
28 sdist/
29 var/
30 *.egg-info/
31 .installed.cfg
32 *.egg
34 # Installer logs
35 pip-log.txt
36 pip-delete-this-directory.txt
38 # Unit test / coverage reports
39 htmlcov/
40 .tox/
41 .coverage
42 .cache
43 nosetests.xml
44 coverage.xml
46 # Translations
47 *.mo
49 # Mr Developer
50 .mr.developer.cfg
51 .project
52 .pydevproject
54 # Rope
55 .ropeproject
57 # Django stuff:
58 *.log
59 *.pot
61 # Sphinx documentation
62 docs/_build/
64 #npm stuff
65 node_modules/
67 # PyCharm
68 .idea/