Skip to content

Commit

Permalink
WIP Rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
simi2525 committed Nov 26, 2023
1 parent 0a634ea commit 0d10244
Show file tree
Hide file tree
Showing 85 changed files with 5,303 additions and 981 deletions.
54 changes: 26 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
# PyCarhm specific
.idea/*

data/

# VS Code specific
.vscode

# Mac specific
.DS_store

# Output logs
outputs
multirun

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pth
.hydra


**/events.out.tfevents.*
!results/**/events.out.tfevents.*
!results*/**/events.out.tfevents.*
# C extensions
*.so

archive/
archive.zip

# Distribution / packaging
.Python
build/
Expand All @@ -23,8 +41,6 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
Expand All @@ -43,14 +59,12 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

Expand All @@ -62,7 +76,6 @@ coverage.xml
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
Expand All @@ -80,26 +93,11 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
# celery beat schedule file
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py
Expand All @@ -125,8 +123,8 @@ venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
.fake
.ionide

archive/
92 changes: 0 additions & 92 deletions ASET_Stuff/ASET_DataAugmentation_refactored.py

This file was deleted.

79 changes: 0 additions & 79 deletions ASET_Stuff/ASET_model.py

This file was deleted.

72 changes: 0 additions & 72 deletions ASET_Stuff/defs_refactored.py

This file was deleted.

Loading

0 comments on commit 0d10244

Please sign in to comment.