b3clf_hf / .gitignore
Fanwang Meng
Add .gitignore
e32f178
# Prerequisites
*.d
# Compiled object files
*.slo
*.lo
*.o
*.obj
# Precompiled headers
*.gch
*.pch
# Compiled dynamic libraries
*.so
*.so.[0-9]*
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg
MANIFEST
*.egg-info/
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.pytest_cache/
# Documentation
doc/html/
doc/latex/
doc/man/
doc/xml/
doc/_build/
doc/source
doc/modules
# Environments
.env
.venv
env/
venv/
ENV/
# Editor junk
tags
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
*~
\#*\#
.\#*
.ropeproject
.idea/
.spyderproject
.spyproject
.vscode/
# Mac .DS_Store
.DS_Store
# jupyter notebook checkpoints
.ipynb_checkpoints
# version file generated by rob
B3clf/_version.py