forked from MacPython/pandas-wheels
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
######################################### | ||
# Editor temporary/working/backup files # | ||
.#* | ||
*\#*\# | ||
[#]*# | ||
*~ | ||
*$ | ||
*.bak | ||
*flymake* | ||
*.kdev4 | ||
*.log | ||
*.swp | ||
*.pdb | ||
.project | ||
.pydevproject | ||
.settings | ||
.idea | ||
.vagrant | ||
.noseids | ||
.ipynb_checkpoints | ||
|
||
# Compiled source # | ||
################### | ||
*.a | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*.o | ||
*.py[ocd] | ||
*.so | ||
.build_cache_dir | ||
MANIFEST | ||
|
||
# Python files # | ||
################ | ||
# setup.py working directory | ||
build | ||
# sphinx build directory | ||
doc/_build | ||
# setup.py dist directory | ||
dist | ||
# Egg metadata | ||
*.egg-info | ||
.eggs | ||
|
||
# tox testing tool | ||
.tox | ||
# rope | ||
.ropeproject | ||
# wheel files | ||
*.whl | ||
**/wheelhouse/* | ||
# coverage | ||
.coverage | ||
|
||
# OS generated files # | ||
###################### | ||
.directory | ||
.gdb_history | ||
.DS_Store | ||
ehthumbs.db | ||
Icon? | ||
Thumbs.db | ||
|
||
# Data files # | ||
############## | ||
*.dta | ||
*.xpt | ||
*.h5 | ||
pandas/io/*.dat | ||
pandas/io/*.json | ||
scikits | ||
|
||
# Generated Sources # | ||
##################### | ||
!skts.c | ||
!np_datetime.c | ||
!np_datetime_strings.c | ||
*.c | ||
*.cpp | ||
|
||
# Performance Testing # | ||
####################### | ||
asv_bench/ | ||
|
||
# Documentation generated files # | ||
################################# | ||
doc/source/generated | ||
doc/source/_static | ||
doc/source/vbench | ||
doc/source/vbench.rst | ||
doc/source/index.rst | ||
doc/build/html/index.html | ||
# Windows specific leftover: | ||
doc/tmp.sv |