Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wipe .py{c,o,d} files and fix .gitignore #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+bin/
+build/
+develop-eggs/
+dist/
+eggs/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Rope
+.ropeproject
+
+# ide
+.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

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

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Rope
.ropeproject

# ide
.idea/

# OS generated
.DS_Store
Expand Down
Binary file removed algorithms/__init__.pyc
Binary file not shown.
Binary file removed algorithms/eaMuPlusLambdaParallel.pyc
Binary file not shown.
Binary file removed analysers/__init__.pyc
Binary file not shown.
Binary file removed analysers/static_analyser.pyc
Binary file not shown.
Binary file removed coverages/__init__.pyc
Binary file not shown.
Binary file removed coverages/act_coverage.pyc
Binary file not shown.
Binary file removed coverages/ella_coverage.pyc
Binary file not shown.
Binary file removed coverages/emma_coverage.pyc
Binary file not shown.
Binary file removed crashes/__init__.pyc
Binary file not shown.
Binary file removed crashes/crash_handler.pyc
Binary file not shown.
Binary file removed devices/__init__.pyc
Binary file not shown.
Binary file removed devices/emulator.pyc
Binary file not shown.
Binary file removed init/__init__.pyc
Binary file not shown.
Binary file removed init/initRepeatParallel.pyc
Binary file not shown.
Binary file removed plot/__init__.pyc
Binary file not shown.
Binary file removed plot/two_d_line.pyc
Binary file not shown.
Binary file removed settings.pyc
Binary file not shown.
Binary file removed util/__init__.pyc
Binary file not shown.
Binary file removed util/motifcore_installer.pyc
Binary file not shown.
Binary file removed util/pack_and_deploy.pyc
Binary file not shown.