2api / .gitignore
lin7zhi's picture
Upload folder using huggingface_hub
69fec20 verified
raw
history blame contribute delete
941 Bytes
# Credential files - should never be committed
*.json
!package.json
!package-lock.json
!tsconfig.json
*.toml
!pyproject.toml
creds/
CLAUDE.md
GEMINI.md
.kiro
# Environment configuration
.env
# Python
uv.lock
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
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/
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
log.txt
# Temporary files
*.tmp
*.temp
*.bak
tools/