Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into cv2-5001-parse-message-refactor
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
  • Loading branch information
ashkankzme committed Aug 26, 2024
2 parents 542e3bf + 02ac2ac commit aa49ec8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
*.cpython-39.pyc
*.pyc
.env_file
.env

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand All @@ -19,7 +14,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down Expand Up @@ -111,8 +105,10 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
Expand All @@ -126,6 +122,7 @@ celerybeat.pid

# Environments
.env
.env_file
.venv
env/
venv/
Expand Down Expand Up @@ -162,4 +159,4 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.idea/
Binary file removed lib/model/__pycache__/audio_model.cpython-39.pyc
Binary file not shown.
Binary file removed lib/model/__pycache__/fptg.cpython-39.pyc
Binary file not shown.
Binary file removed lib/model/__pycache__/indian_sbert.cpython-39.pyc
Binary file not shown.
Binary file removed lib/model/__pycache__/meantokens.cpython-39.pyc
Binary file not shown.

0 comments on commit aa49ec8

Please sign in to comment.