Transformers-tenets / .gitignore
Molbap's picture
Molbap HF Staff
push a bunch of updates
e903a32
raw
history blame
437 Bytes
node_modules
# Python
__pycache__
*.py[cod]
*.so
.Python
env/
venv/
*.egg-info/
dist/
build/
*.egg
.idea/
.vscode/
.astro/
.claude/
*.swp
.DS_Store
# Node
node_modules/
*.log
*.env
*.cache
app/scripts/latex-to-mdx/output/
app/src/content/embeds/typography/generated
# PDF export
app/public/*.pdf
app/public/*.png
app/public/*.jpg
app/public/data/**/*
.astro/
# Template sync temporary directories
.template-sync/
.temp-*/
.backup-*/