CRAYON-tokenizer / .gitignore
Phase-Technologies's picture
Upload folder using huggingface_hub
708f4a3 verified
Raw
History Blame
871 Bytes
# Byte-compiled / Optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
*.o
*.obj
*.pyd
*.dll
# 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
# C Extension Intermediate Build Artifacts
# Specific ignores for the source directory to keep it clean
src/crayon/c_ext/*.o
src/crayon/c_ext/*.obj
src/crayon/c_ext/*.so
src/crayon/c_ext/*.pyd
# Unit Test / Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE & Editor Configuration
.vscode/
.idea/
*.swp
*.swo
*~
# OS Generated Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db