GenAI-trainer / gitignore
yekkala's picture
Upload 10 files
7d3e983 verified
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
# 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/
# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
**/.ipynb_checkpoints/*
*.ipynb_checkpoints
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-*
*.code-workspace
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.bak
*.log
# Hugging Face
.huggingface/
.cache/
.assets/
cache/
*.h5
*.pth
*.pkl
*.pickle
*.onnx
*.bin
*.pt
*.msgpack
*.safetensors
# Models and data
models/
data/
checkpoints/
output/
runs/
wandb/
mlruns/
# Private keys and secrets
*.pem
*.key
*.crt
.env.local
.env.production
secrets/
# Virtual environments
venv/
venv310/
venv39/
.virtualenvs/
# Docker
.dockerignore
Dockerfile
docker-compose.yml
# Jupyter
*.ipynb_checkpoints
*.jupyter
*.jupyterlab
*.kernel
# Gradio
gradio_cached_examples/
gradio_tmp/
# Vector stores
chroma_db/
faiss_index/
pinecone/
weaviate/