You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
486 B
Plaintext
40 lines
486 B
Plaintext
13 years ago
|
*.py[oc]
|
||
|
# setup.py working directory
|
||
|
build
|
||
|
# setup.py dist directory
|
||
|
./dist
|
||
|
|
||
|
# repository directories for bzr-git
|
||
|
.bzr
|
||
|
.git
|
||
|
marks.git
|
||
|
marks.bzr
|
||
|
|
||
|
# Editor temporary/working/backup files
|
||
|
*$
|
||
|
.*.sw[nop]
|
||
|
.sw[nop]
|
||
|
*~
|
||
|
[#]*#
|
||
|
.#*
|
||
|
*.bak
|
||
|
*.tmp
|
||
|
*.tgz
|
||
|
*.rej
|
||
|
*.org
|
||
|
.project
|
||
|
*.diff
|
||
|
.settings/
|
||
|
*.svn/
|
||
|
*.log.py
|
||
|
# Egg metadata
|
||
|
./*.egg-info
|
||
|
# The shelf plugin uses this dir
|
||
|
./.shelf
|
||
|
# Mac droppings
|
||
|
.DS_Store
|
||
|
help
|
||
|
|
||
|
# Project specific
|
||
|
scikits/statsmodels/version.py
|