thibaud frere
update color palette and fix mutation observer
a2df917
raw
history blame
253 Bytes
# Python
__pycache__
*.py[cod]
*.so
.Python
env/
venv/
*.egg-info/
dist/
build/
*.egg
.idea/
.vscode/
*.swp
.DS_Store
# Node
node_modules/
*.log
*.env
*.cache
# PDF export
app/public/*.pdf
app/public/*.png
app/public/*.jpg
app/public/data/**/*
.astro/