Commit 42bec306 authored by evanfeinberg's avatar evanfeinberg
Browse files

removed pycs, added .gitignore

parent 1722c5a9
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+59 −0
Original line number Diff line number Diff line
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

deep_chem/utils/__init__.pyc

deleted100644 → 0
−114 B

File deleted.

deep_chem/utils/analysis.pyc

deleted100644 → 0
−4.12 KiB

File deleted.

deep_chem/utils/evaluate.pyc

deleted100644 → 0
−9.75 KiB

File deleted.

deep_chem/utils/load.pyc

deleted100644 → 0
−8.73 KiB

File deleted.

Loading