27 lines
		
	
	
		
			246 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			246 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Development files
 | 
						|
venv
 | 
						|
__pycache__
 | 
						|
*.ignore
 | 
						|
.mypy_cache
 | 
						|
.DS_Store
 | 
						|
 | 
						|
# Output files
 | 
						|
/output
 | 
						|
/output.zip
 | 
						|
*.pdf
 | 
						|
/manual
 | 
						|
 | 
						|
# TeX build files
 | 
						|
*.synctex*
 | 
						|
*.latexmk
 | 
						|
*.aux
 | 
						|
*.out
 | 
						|
*.log
 | 
						|
*.fls
 | 
						|
*.fdb_latexmk
 | 
						|
*.dvi
 | 
						|
*.xdv
 | 
						|
 | 
						|
# Do not ignore any notes
 | 
						|
!/notes/**
 |