projects
/
rises_declines_wikia_code.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add copy of the GPL
[rises_declines_wikia_code.git]
/
mediawiki_dump_tools
/
Mediawiki-Utilities
/
.gitignore
1
# Demo files
2
demo_*
3
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
6
*.py[cod]
7
8
# Temporary text editor files
9
*~
10
11
# C extensions
12
*.so
13
14
# Distribution / packaging
15
.Python
16
env/
17
bin/
18
build/
19
develop-eggs/
20
dist/
21
eggs/
22
#lib/
23
lib64/
24
parts/
25
sdist/
26
var/
27
*.egg-info/
28
.installed.cfg
29
*.egg
30
31
# Installer logs
32
pip-log.txt
33
pip-delete-this-directory.txt
34
35
# Unit test / coverage reports
36
htmlcov/
37
.tox/
38
.coverage
39
.cache
40
nosetests.xml
41
coverage.xml
42
43
# Sphinx documentation
44
doc/_build/
45
doc/.buildfile
46
*.toctree
Community Data Science Collective
||
Want to submit a patch?