* Git: set git attributes to automatically manage line endings. * Git: cleanup gitignore file
		
			
				
	
	
		
			34 lines
		
	
	
		
			318 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			318 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
*.swp
 | 
						|
*.gdb_history
 | 
						|
 | 
						|
 | 
						|
# LSP
 | 
						|
.cache
 | 
						|
compile_commands.json
 | 
						|
 | 
						|
# JetBrains IDEs
 | 
						|
.idea/
 | 
						|
 | 
						|
# Python VirtEnvironments
 | 
						|
.env
 | 
						|
.venv
 | 
						|
env/
 | 
						|
venv/
 | 
						|
 | 
						|
# Python Byte-compiled / optimized files
 | 
						|
__pycache__/
 | 
						|
*.py[cod]
 | 
						|
*$py.class
 | 
						|
 | 
						|
.obj/
 | 
						|
bindings/
 | 
						|
.DS_Store
 | 
						|
.mxproject
 | 
						|
 | 
						|
# Visual Studio Code
 | 
						|
.vscode/
 | 
						|
 | 
						|
# legendary cmake's
 | 
						|
build
 | 
						|
CMakeLists.txt
 |