Pro-TeVA / .gitignore
Obiang's picture
first commit
62cb0ac
raw
history blame contribute delete
849 Bytes
# Python virtual environment
venv/
env/
ENV/
.venv
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
*.manifest
*.spec
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Gradio cache
flagged/
gradio_cached_examples/
# SpeechBrain
pretrained_model/
whubert_checkpoint/
results/
save/
# Model checkpoints (if you don't want to track them)
# Uncomment the line below if checkpoints are too large for git
# CKPT*/
# Logs
*.log
logs/
# Temporary files
*.tmp
temp/
tmp/
PITCH/