Skip to content

Commit

Permalink
Merge pull request #1 from maxzzze/main
Browse files Browse the repository at this point in the history
Clean up files
  • Loading branch information
ak536 authored Dec 3, 2021
2 parents fbcf65b + 21db695 commit 6eaef64
Show file tree
Hide file tree
Showing 69 changed files with 132 additions and 0 deletions.
132 changes: 132 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
.DS_Store
models/*
*.DS_Store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
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
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pyre type checker
.pyre/
Binary file removed __MACOSX/._LICENSE
Binary file not shown.
Binary file removed __MACOSX/._README.md
Binary file not shown.
Binary file removed __MACOSX/._bin
Binary file not shown.
Binary file removed __MACOSX/._notebooks
Binary file not shown.
Binary file removed __MACOSX/models/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/._cth
Binary file not shown.
Binary file removed __MACOSX/models/._doxing
Binary file not shown.
Binary file removed __MACOSX/models/cth/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/cth/._pt
Binary file not shown.
Binary file removed __MACOSX/models/cth/._tf
Binary file not shown.
Binary file removed __MACOSX/models/cth/pt/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/cth/pt/._config.json
Binary file not shown.
Binary file removed __MACOSX/models/cth/pt/._pytorch_model.bin
Binary file not shown.
Binary file removed __MACOSX/models/cth/pt/._special_tokens_map.json
Binary file not shown.
Binary file removed __MACOSX/models/cth/pt/._tokenizer_config.json
Binary file not shown.
Binary file removed __MACOSX/models/cth/pt/._training_args.bin
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/._config.json
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/._saved_model
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/._tf_model.h5
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/._1
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/1/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/1/._assets
Binary file not shown.
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/1/._saved_model.pb
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/1/._variables
Binary file not shown.
Binary file removed __MACOSX/models/cth/tf/saved_model/1/assets/._.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed __MACOSX/models/doxing/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/doxing/._pt
Binary file not shown.
Binary file removed __MACOSX/models/doxing/._tf
Binary file not shown.
Binary file removed __MACOSX/models/doxing/pt/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/doxing/pt/._config.json
Binary file not shown.
Binary file removed __MACOSX/models/doxing/pt/._pytorch_model.bin
Binary file not shown.
Binary file removed __MACOSX/models/doxing/pt/._special_tokens_map.json
Binary file not shown.
Binary file removed __MACOSX/models/doxing/pt/._tokenizer_config.json
Binary file not shown.
Binary file removed __MACOSX/models/doxing/pt/._training_args.bin
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/._config.json
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/._saved_model
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/._tf_model.h5
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/saved_model/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/saved_model/._1
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/saved_model/1/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/saved_model/1/._assets
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed __MACOSX/models/doxing/tf/saved_model/1/._variables
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed __MACOSX/notebooks/._.DS_Store
Binary file not shown.
Binary file removed __MACOSX/notebooks/._tpu.ipynb
Binary file not shown.
Binary file removed models/.DS_Store
Binary file not shown.
Binary file removed models/cth/.DS_Store
Binary file not shown.
Binary file removed models/cth/pt/.DS_Store
Binary file not shown.
Binary file removed models/cth/tf/.DS_Store
Binary file not shown.
Binary file removed models/cth/tf/saved_model/.DS_Store
Binary file not shown.
Binary file removed models/cth/tf/saved_model/1/.DS_Store
Binary file not shown.
Binary file removed models/cth/tf/saved_model/1/assets/.DS_Store
Binary file not shown.
Binary file removed models/doxing/.DS_Store
Binary file not shown.
Binary file removed models/doxing/pt/.DS_Store
Binary file not shown.
Binary file removed models/doxing/tf/.DS_Store
Binary file not shown.
Binary file removed models/doxing/tf/saved_model/.DS_Store
Binary file not shown.
Binary file removed models/doxing/tf/saved_model/1/.DS_Store
Binary file not shown.
Binary file removed models/doxing/tf/saved_model/1/assets/.DS_Store
Binary file not shown.

0 comments on commit 6eaef64

Please sign in to comment.