Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
188 commits
Select commit Hold shift + click to select a range
58f0033
BSD 2 LICENSE
m-bain Jul 11, 2024
912920c
Update alignment.py - added alignment for sk and sl languages
jan-panoch Aug 7, 2024
6f70aa6
Update alignment.py - added croatian (hr) language
jan-panoch Aug 8, 2024
59b4d88
Update alignment.py - trying another hr alignment file
jan-panoch Aug 8, 2024
9a9b617
Update alignment.py - trying another hr alignment
jan-panoch Aug 8, 2024
3f339f9
Update alignment.py - remove commented-out alignment modules for hr l…
jan-panoch Aug 9, 2024
9e3a9e0
Merge pull request #852 from jan-panoch/main
m-bain Aug 19, 2024
a83ddbd
local vad model
Dec 15, 2024
161ae1f
Merge pull request #944 from m-bain/m-bain/local_model
m-bain Dec 15, 2024
a9e50ef
move model to assets
Dec 15, 2024
c141074
Merge pull request #945 from m-bain/m-bain/local_model
m-bain Dec 15, 2024
a898b3b
Remove typo in error message
zamoshchin Sep 27, 2023
9809336
Fix link in README.md
jimregan Jan 17, 2024
6f3bc5b
Added Romanian phoneme-based ASR model (#791)
Majdoddin Dec 16, 2024
19eff8e
feat: add new align models (#922)
Equipo45 Dec 16, 2024
9b9e03c
feat: update Norwegian models (#687)
peregilk Dec 16, 2024
9e4b1b4
fix: Force ctranslate to version 4.4.0
Barabazs Dec 16, 2024
3027cc3
Update MANIFEST.in to include necessary files
frostming Nov 25, 2024
7307306
chore: bump version
Barabazs Dec 18, 2024
3ff625c
feat: update faster-whisper to 1.0.2 (#814)
moritzbrantner Dec 31, 2024
7fdbd21
feat: add support for faster-whisper 1.0.3 (#875)
Hasan-Naseer Dec 31, 2024
15ad5bf
feat: update versions for pyannote:3.3.2 and faster-whisper:1.1.0 (#936)
ibombonato Dec 31, 2024
51da227
feat: add verbose output (#759)
H4CK3Rabhi Jan 1, 2025
0fdb55d
feat: add local_files_only option on whisperx.load_model for offline …
RoqueGio Jan 1, 2025
1c6d932
feat: use model_dir as cache_dir for wav2vec2 (#681)
bnitsan Jan 1, 2025
81c4af9
feat: add Python compatibility testing workflow
Barabazs Jan 1, 2025
90b4545
feat: add build and release workflow
Barabazs Jan 1, 2025
e9ac5b6
chore: clean up MANIFEST.in by removing unnecessary asset inclusions
Barabazs Jan 1, 2025
948b3e3
chore: update gitignore
Barabazs Jan 1, 2025
c18f9f9
fix: update README image source and enhance setup.py for long descrip…
Barabazs Jan 2, 2025
b08ad67
docs: update installation instructions in README
Barabazs Jan 2, 2025
a0eb310
chore: update license in setup.py
Barabazs Jan 2, 2025
940a223
fix: add UTF-8 encoding when reading README.md
xigh Jan 2, 2025
cbdac53
chore: update ctranslate2 version to restrict <4.5.0
Barabazs Jan 2, 2025
4916192
chore: bump whisperX to 3.3.0
Barabazs Jan 2, 2025
c60594f
fix: update import statement for conjunctions module
Barabazs Jan 5, 2025
0f7f9f9
refactor: simplify imports for better type inference
Barabazs Jan 5, 2025
9a8967f
refactor: add type hints
Barabazs Jan 5, 2025
26d9b46
feat: include speaker information in WriteTXT when diarizing
Barabazs Jan 5, 2025
10b05fc
refactor: replace NamedTuple with TranscriptionOptions in FasterWhisp…
Barabazs Jan 5, 2025
79eb8fa
Accept alternative VAD methods. Extend to use Silero VAD.
3manifold Sep 26, 2024
a90bd1c
dataclasses replace method
jmt0221 Jan 7, 2025
d57f9dc
Create tmp.yml
Barabazs Jan 7, 2025
9395b0d
Update tmp.yml
Barabazs Jan 7, 2025
734084c
bump: update version to 3.3.1
Barabazs Jan 8, 2025
69281f3
support timestamps for numbers.
Beronx86 Jan 9, 2025
65b2332
make align a bit faster.
Beronx86 Jan 9, 2025
4ebfb07
make no beam consistent with backtrack.
Beronx86 Jan 9, 2025
c288f48
Merge branch 'main' into silero-vad
m-bain Jan 11, 2025
aaddb83
switch from case to ifelse
Jan 11, 2025
7a98456
Merge pull request #888 from 3manifold/silero-vad
m-bain Jan 11, 2025
6695426
fix new vad paths
Jan 12, 2025
1ec5273
fix vad_method is none
winking324 Jan 13, 2025
73e6445
refactor: remove namespace for consistency
Barabazs Jan 13, 2025
f286e7f
refactor: improve type hints and clean up imports
Barabazs Jan 13, 2025
024bc84
refactor: consolidate segment data handling in alignment function
Barabazs Jan 13, 2025
2f93e02
feat: add SegmentData type for temporary processing during alignment
Barabazs Jan 13, 2025
6be02cc
Update asr.py
m-bain Jan 13, 2025
5e54b87
Merge branch 'main' into main
m-bain Jan 13, 2025
1027367
Merge pull request #995 from winking324/main
m-bain Jan 13, 2025
22a93f2
Merge branch 'main' into main
bfs18 Jan 13, 2025
289eadf
fix a merge error.
Beronx86 Jan 13, 2025
ffbc736
change the docstrings and comments to English
Beronx86 Jan 13, 2025
12604a4
Merge pull request #986 from bfs18/main
m-bain Jan 14, 2025
235536e
Update links to language models in README
MJochim Mar 25, 2024
70c639c
doc: refer to DEFAULT_ALIGN_MODELS_HF for other langs
Barabazs Jan 17, 2025
86e2b3e
chore: remove deprecated VAD_SEGMENTATION_URL
Barabazs Jan 17, 2025
355f8e0
Merge pull request #1003 from Barabazs/chore/remove-aws-url
m-bain Jan 17, 2025
de0d8fe
chore: handle empty segments_list case in silero
tan90xx Jan 19, 2025
2117909
Merge pull request #1005 from tan90xx/main
m-bain Jan 19, 2025
fca563a
Update silero.py
tan90xx Jan 20, 2025
acbeba6
Update silero.py
tan90xx Jan 20, 2025
8bfa121
Merge pull request #1006 from tan90xx/main
m-bain Jan 20, 2025
36d2622
feat: add Latvian align model
slikts Jan 24, 2025
7b3c9ce
Add models_cache_only param
philmcmahon Jan 27, 2025
44e8bf5
Merge pull request #1024 from philmcmahon/local-files-only-param
m-bain Jan 27, 2025
272714e
feat: use uv for building package
Barabazs Jan 16, 2025
63bc190
feat: update Python compatibility workflow to use uv
Barabazs Jan 16, 2025
b41ebd4
chore: add numpy to deps
Barabazs Jan 16, 2025
90256cc
feat: use uv recommended setup
Barabazs Jan 16, 2025
7489ebf
feat: update build and release workflow to use uv for package install…
Barabazs Jan 16, 2025
d2f0e53
chore: remove tmp workflow
Barabazs Jan 17, 2025
f8d11df
docs: Update README example commands with generic audio path
Barabazs Feb 19, 2025
4db8390
feat: add Tagalog (tl - Filipino) Phoneme-based ASR Model (#1067)
mtfugin Feb 23, 2025
0d9807a
feat: add Basque alignment model (#1074)
xezpeleta Mar 4, 2025
8c58c54
Revert "feat: add Basque alignment model (#1074)" (#1077)
Barabazs Mar 5, 2025
3205436
Merge pull request #1002 from Barabazs/feat/uv
m-bain Mar 23, 2025
8e53866
feat: pass hotwords argument to get_prompt (#1073)
jademlc Mar 24, 2025
e7712f4
refactor: update import statements to use explicit module paths acros…
Barabazs Mar 25, 2025
a7564c2
docs: update installation instructions
Barabazs Mar 25, 2025
f10dbf6
fix: update setuptools configuration to include package discovery for…
Barabazs Mar 25, 2025
0aed874
Remove duplicated item
yccheok Apr 11, 2025
cd59f21
fix: downgrade ctranslate2 dependency version
Barabazs May 1, 2025
ac0c8bd
feat: add version and Python version arguments to CLI
Barabazs May 1, 2025
f5b40b5
chore: update version to 3.3.3 in pyproject.toml and uv.lock
Barabazs May 1, 2025
d2a493e
refactor: implement lazy loading for module imports in whisperx
Barabazs May 1, 2025
7d36b83
refactor: update CLI entry point
Barabazs May 1, 2025
36d552c
fix: remove DiarizationPipeline from public API
Barabazs May 2, 2025
b2d50a0
chore: bump version
Barabazs May 3, 2025
108bd0c
chore: add lockfile check step to CI workflows
Barabazs May 3, 2025
5012650
chore: update lockfile
Barabazs May 3, 2025
6fe0a87
docs: add troubleshooting section for libcudnn dependencies in README
Barabazs May 31, 2025
b343241
feat: add diarize_model arg to CLI (#1101)
bgdnvk May 31, 2025
d700b56
docs: add missing torch import to Python usage example in README
hammerill Jun 7, 2025
1631c30
feat: enhance diarization with optional output of speaker embeddings
eek Mar 21, 2025
220fec9
refactor: update type hints in diarization module (PEP 585)
eek Apr 3, 2025
844736e
style: minor code formatting
Barabazs Jun 24, 2025
b93e9b6
chore: bump version to 3.4.0
Barabazs Jun 24, 2025
ffedc5c
fix: speaker embedding bug (#1178)
Barabazs Jun 25, 2025
e0833da
Fix: Ensure integer tensor indexing in get_wildcard_emission()
HowardWhile May 15, 2025
429658d
chore: bump version to 3.4.2
Barabazs Jun 27, 2025
f4261f3
Remove unused code in Vad class
3manifold Mar 7, 2025
2d9ce44
fix(asr): load VAD model on correct CUDA device (#835)
duj12 Jul 2, 2025
83afb81
fix: restrict pyannote-audio version to avoid compatibility issues (#…
Barabazs Oct 1, 2025
c7d3188
Add jr, sr, and ph.d to punkt abbreviations
alexcannan Feb 18, 2025
ed13dc8
recall.ai sponsor
m-bain Oct 2, 2025
bf150e4
feat: update Punkt tokenizer to use pre-trained model and handle miss…
Barabazs Oct 2, 2025
b1c8ac7
Change alignment model for Vietnamese language
nguyenvulebinh Apr 11, 2024
95fecb9
build: upgrade PyTorch to 2.7.1 with CUDA 12.8 and multi-platform sup…
jim60105 Oct 8, 2025
c266ac5
chore: update version to 3.5.0
Barabazs Oct 8, 2025
2663f2e
doc: fix diarize import in example script (#1192)
awan1 Oct 9, 2025
64e307c
chore: remove redundant variable & improve load_model function docume…
3manifold Oct 9, 2025
027ec57
doc: update cpu only example (#1164)
felagund Oct 9, 2025
3b1b9a8
refactor: rename types.py to schema.py to avoid stdlib conflict
Barabazs Oct 9, 2025
a51ae7a
feat: add centralized logging to replace ad-hoc print statements (#1254)
Barabazs Oct 10, 2025
c1c08c4
bump: update version to 3.6.0
Barabazs Oct 10, 2025
d13171c
feat: add support for python 3.13 (#1256)
Barabazs Oct 10, 2025
a58ff9c
bump: update version to 3.7.0
Barabazs Oct 10, 2025
895e5a8
chore: update numpy dependency constraints for Python 3.13 compatibil…
Barabazs Oct 12, 2025
505bd9c
chore: refine triton dependency to restrict installation to x86_64 L…
Barabazs Oct 12, 2025
0fa81b3
feat: add Swedish alignment model (#1110)
Npahlfer Oct 15, 2025
92227e7
fix: lock down torch and torchaudio versions (#1265)
Barabazs Oct 16, 2025
617835d
chore: upgrade torch and torchaudio dependencies to 2.8.0
Barabazs Oct 16, 2025
5925e5f
docs: add cuDNN troubleshooting for common issues (#1266)
Barabazs Oct 16, 2025
c8f7597
feat: add hotwords argument to CLI for improved recognition of rare t…
Barabazs Oct 17, 2025
6e1d1ca
fix: incorrect type annotation in get_writer return value
JulianFP May 13, 2025
db317c3
feat: add language-aware sentence tokenization (#1269)
pplkit Oct 21, 2025
d32ec3e
fix: add missing comma
Barabazs Oct 21, 2025
9de90e2
fix: pin huggingface-hub<1.0.0 for pyannote-audio compatibility (#1327)
Barabazs Jan 27, 2026
6ec4a02
chore: drop python 3.9 support (#1328)
Barabazs Jan 27, 2026
7892a72
Optimize assign_word_speakers with interval tree for 228x speedup
Mr-Neutr0n Feb 7, 2026
66ada29
Merge pull request #1338 from Mr-Neutr0n/perf/interval-tree-speaker-a…
m-bain Feb 8, 2026
2b5ae8c
[BugFix] Type hint fix in decode_batch List[str] not str:
1carlito Feb 9, 2026
570b08b
fix: add no_repeat_ngram_size and repetition_penalty options to Whisp…
Feb 10, 2026
863a986
Merge pull request #1340 from RickSanchez93/main
m-bain Feb 10, 2026
cc6f627
[BugFix] The variable I removed was not being used anyhwere.
1carlito Feb 10, 2026
f2d853a
Merge pull request #1342 from 1carlito/bugs
1carlito Feb 10, 2026
741ab9a
Merge pull request #1343 from m-bain/fix-type-hint-decode-batch
1carlito Feb 10, 2026
c4c1242
fix: derive SRT/VTT cue times from word-level timestamps (#1347)
Barabazs Feb 13, 2026
6187d25
feat: migrate to pyannote-audio v4 with speaker-diarization-community…
Barabazs Feb 13, 2026
9d687e0
fix: propagate --model_dir and --model_cache_only to all model loadin…
MrPrayer Feb 14, 2026
1baf8d2
feat: pass --hf_token to WhisperModel for gated model support
Barabazs Feb 14, 2026
42beab1
chore: bump version to 3.8.1
Barabazs Feb 14, 2026
1430e43
[fix] Batch context is updated each time.
1carlito Feb 14, 2026
e33bb1e
Although the existing commit worked, inital prompt was in the loop no…
1carlito Feb 14, 2026
de5fa65
[modification]
1carlito Feb 14, 2026
1b6a3b7
[feat] First batch wrap around
1carlito Feb 17, 2026
422c44f
Merge pull request #1355 from 1carlito/batch_wrap
1carlito Feb 17, 2026
0e073d4
Revert "Batch wrap"
1carlito Feb 17, 2026
4017efc
Merge pull request #1356 from m-bain/revert-1355-batch_wrap
1carlito Feb 17, 2026
d8a078e
feat: expose avg_logprob per segment from ctranslate2 beam search
claude Feb 14, 2026
064f737
fix: default compute_type to float32 on CPU to avoid float16 ValueError
Feb 22, 2026
f2609a6
fix: revert #986 wildcard alignment that broke word-level timestamps
claude Mar 10, 2026
636f298
fix: use blank_id parameter instead of hardcoded 0 in trellis and bac…
claude Mar 10, 2026
6d3edb1
chore: bump version
Barabazs Mar 10, 2026
d00ec69
feat: add progress_callback to transcribe, align, and diarize
claude Mar 11, 2026
646f511
fix: remove dead model_bytes read that leaked file handle
claude Mar 17, 2026
39aa9f5
fix: restore word-level timestamps for unalignable characters (#1372)
claude Mar 15, 2026
da072d6
test: add regression test for #1372 (digits+comma get no timestamps)
claude Mar 15, 2026
f9a3f8f
ci: add pytest dev dependency and test workflow
claude Mar 15, 2026
94f60aa
chore: bump version to 3.8.3
Barabazs Mar 25, 2026
8efddaa
fix: require faster-whisper>=1.2.0 for use_auth_token support (#1385)
claude Mar 25, 2026
095b36b
chore: bump version to 3.8.4
Barabazs Mar 25, 2026
5efa859
fix: add torchvision~=0.23.0 dep to prevent torch version mismatch
claude Apr 1, 2026
03f5017
fix: cap torchcodec <0.8.0 for torch 2.8 compatibility
claude Apr 1, 2026
4a6477e
chore: bump version to 3.8.5
claude Apr 1, 2026
1c4b23e
feat: add Indonesian language model to alignment (#1400)
aziib Apr 4, 2026
9ccb281
fix: handle 'ignore' interpolation method in interpolate_nans (#1368)
claude May 25, 2026
2b52366
build(deps): bump nltk from 3.9.2 to 3.9.4
dependabot[bot] May 25, 2026
59720ca
ci: add zizmor workflow and harden existing workflows
claude May 25, 2026
1e41377
ci: align actions/checkout to v6.0.2 across all workflows
claude May 25, 2026
e6ad0ca
ci: replace softprops/action-gh-release with gh CLI
claude May 25, 2026
a75cd50
chore(deps): update exclude-newer settings
Barabazs May 25, 2026
4cbcd1a
chore(deps): update uv version to 0.11.6 in workflows
Barabazs May 25, 2026
5d8c276
fix: correct syntax error in uv version specification
Barabazs May 25, 2026
3ccc17b
chore: bump whisperx to 3.8.6
Barabazs May 25, 2026
11bc7de
Fix Windows CUDA detection: include AMD64 in platform markers (#1357)
deekshaNVIDIA May 15, 2026
5f2f9d4
chore: regenerate uv.lock for AMD64 markers
Barabazs Jun 3, 2026
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
42 changes: 42 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Build and release

on:
release:
types: [published]

permissions: {}

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
with:
version: "0.11.6"
python-version: "3.10"
enable-cache: false

- name: Check if lockfile is up to date
run: uv lock --check

- name: Build package
run: uv build

- name: Release to Github
run: gh release upload "$RELEASE_TAG" dist/*.whl
env:
GH_TOKEN: ${{ github.token }}
RELEASE_TAG: ${{ github.event.release.tag_name }}

- name: Publish package to PyPi
run: uv publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
40 changes: 40 additions & 0 deletions .github/workflows/python-compatibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Python Compatibility Test

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: # Allows manual triggering from GitHub UI

permissions: {}

jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
with:
version: "0.11.6"
python-version: ${{ matrix.python-version }}

- name: Check if lockfile is up to date
run: uv lock --check

- name: Install the project
run: uv sync --all-extras

- name: Test import
run: |
uv run python -c "import whisperx; print('Successfully imported whisperx')"
36 changes: 36 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Tests

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

permissions: {}

jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
with:
version: "0.11.6"
python-version: ${{ matrix.python-version }}

- name: Install the project
run: uv sync --all-extras

- name: Run tests
run: uv run pytest tests/ -v
26 changes: 26 additions & 0 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: GitHub Actions Security Analysis with zizmor

on:
push:
branches: [main]
pull_request:
branches: ["**"]

permissions: {}

jobs:
zizmor:
name: Run zizmor
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
172 changes: 170 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,171 @@
whisperx.egg-info/
**/__pycache__/
# 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/
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/
cover/

# 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
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .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

# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#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/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__/

# 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/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# 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/

# PyPI configuration file
.pypirc
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
Loading