# Generated .gitignore for Typst project (Windows) # Output files *.pdf *.log *.aux *.out *.toc *.synctex.gz *.fls *.fdb_latexmk *.bbl # Build / cache directories .build/ build/ dist/ .typst-cache/ .cache/ # Editor / IDE .vscode/ .idea/ *.swp *~ *.bak # Python __pycache__/ *.py[cod] *.egg-info/ # Environment .env .env.local # OS-specific .DS_Store Thumbs.db desktop.ini ehthumbs.db # Misc *.log # Keep the .gitignore tracked !/.gitignore