algorembrant's picture
Upload 8 files
b03b79f verified
# ════════════════════════════════════════════════════════════════════════
# ChineseFileTranslator β€” .gitignore
# Author: algorembrant
# ════════════════════════════════════════════════════════════════════════
# ── Python ────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl
*.spec
pip-log.txt
pip-delete-this-directory.txt
.Python
lib/
lib64/
parts/
sdist/
var/
*.manifest
*.egg-link
.installed.cfg
MANIFEST
# ── Virtual environments ──────────────────────────────────────────────────
venv/
env/
.venv/
.env/
ENV/
env.bak/
venv.bak/
.python-version
# ── Application runtime data ──────────────────────────────────────────────
# Translation history and logs are stored in ~/.chinese_file_translator/
# Do not commit user-generated runtime files from within the project dir
history.json
app.log
config.json
*_translated.txt
*_translated.md
# ── HuggingFace / Transformers model cache ────────────────────────────────
models/
*.bin
*.safetensors
*.pt
*.ckpt
*.h5
pytorch_model*
tf_model*
flax_model*
tokenizer.json
tokenizer_config.json
vocab.json
merges.txt
special_tokens_map.json
sentencepiece.bpe.model
source.spm
target.spm
# ── Jupyter notebooks checkpoints ────────────────────────────────────────
.ipynb_checkpoints/
*.ipynb
# ── IDE / Editor ──────────────────────────────────────────────────────────
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.suo
*.user
*.sln.docstates
.vs/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
desktop.ini
# ── Testing and coverage ──────────────────────────────────────────────────
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.coveragerc
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/
# ── Distribution / packaging ──────────────────────────────────────────────
.eggs/
*.egg-info/
dist/
build/
RECORD
# ── Documentation builds ─────────────────────────────────────────────────
docs/_build/
site/
_site/
# ── OS temp files ─────────────────────────────────────────────────────────
*.tmp
*.bak
*.swp
*.orig
*.rej
# ── Secrets and credentials ───────────────────────────────────────────────
.env
.env.*
secrets.json
*.pem
*.key
*.p12
*.pfx