eiffel-tower-llama / .gitignore
thibaud frere
add notion to mdx converter
a17a3bf
# 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-*/