sesame_openai / .gitignore
karumati's picture
yo
01115c6
raw
history blame contribute delete
659 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment
.env
.venv
env/
venv/
ENV/
# Model & data files
models/
tokenizers/
voice_memories/
voice_samples/
cloned_voices/
*.pt
*.pth
*.bin
*.ckpt
# Audio files
*.wav
*.mp3
*.flac
*.opus
*.aac
# Logs
logs/
*.log
log.txt
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Temp files
tmp/
temp/
.temp/
.~*
# Project specific
.cache/
.neptune/
MANIFEST.in
.history/
.mypy_cache/
.pytest_cache/
__pycache__/
.ipynb_checkpoints/
# Ignore Hugging Face credentials
.huggingface/