mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-19 02:22:11 +01:00
47 lines
370 B
Plaintext
47 lines
370 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.vite/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# LaTeX outputs
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.pdf
|
|
*.tex
|
|
!src/default_templates/*.tex
|
|
data/
|
|
output/
|
|
logs/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|