qwen-classifier-demo / .gitignore
KeivanR's picture
other files
6a1e686
raw
history blame
844 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
MANIFEST
# Virtual environment
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
# Docker
docker-compose.yml
docker-compose.*.yml
.dockerignore
Dockerfile
docker/
containers/
# IDE & Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
._*
*.bak
# Jupyter
.ipynb_checkpoints/
*.ipynb
# Testing
.coverage
htmlcov/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.log
# Logs
*.log
logs/
# Hugging Face cache (large files)
.cache/
.huggingface/
# Local data & configs
data/
*.csv
*.jsonl
*.parquet
*.db
*.sqlite3
# System files
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Project-specific (adjust as needed)
qwen_classifier/__pycache__/
qwen_classifier.egg-info/