### Python ###
# 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
*.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

### Frameworks ###
# Django
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

### Documentation ###
# Sphinx
docs/_build/

# MkDocs
/site

### Jupyter / IPython ###
.ipynb_checkpoints/
*.ipynb
profile_default/
ipython_config.py

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

### IDE ###
# JetBrains (PyCharm, etc.)
.idea/
!.idea/modules.xml
!.idea/vcs.xml
*.iml
*.ipr
*.iws

# VSCode
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### Build / Test Artifacts ###
/test-results/
/tmp/
/out/
/dist-*/

### Logs ###
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
debug.log

### macOS ###
.DS_Store

### Windows ###
Thumbs.db
ehthumbs.db
Desktop.ini

### Temp Files ###
*.tmp
*.temp
*.swp
*~
.~lock.*

### Docker ###
docker-compose.override.yml
.dockerignore

### Python Profiling ###
*.prof
*.pstats

### Package Managers ###
# pipenv
#Pipfile.lock

# poetry
#poetry.lock

# pdm
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582
__pypackages__/

### Other ###
# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py

# Spyder
.spyderproject
.spyproject

# Rope
.ropeproject

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

# Pyre / pytype
.pyre/
.pytype/

# Cython
cython_debug/

# Ruff
.ruff_cache/

# PyPI
.pypirc

#pyenv
.python-version

# Auto-generated version file
langformers/_version.py