mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			320 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			320 B
		
	
	
	
		
			Text
		
	
	
	
	
	
 | 
						|
# Ignore python cache
 | 
						|
__pycache__/
 | 
						|
 | 
						|
# Ignore pytest cache
 | 
						|
.pytest_cache
 | 
						|
 | 
						|
# virtualenv
 | 
						|
env/
 | 
						|
venv/
 | 
						|
.venv
 | 
						|
 | 
						|
# Vscode settings
 | 
						|
.vscode/
 | 
						|
 | 
						|
# Ignore intellij Files (PyCharm)
 | 
						|
.idea
 | 
						|
 | 
						|
# Ignore spyder Files
 | 
						|
.spyproject/
 | 
						|
 | 
						|
# Ignore ds store files
 | 
						|
.DS_STORE
 | 
						|
 | 
						|
# Backup files
 | 
						|
*.bak
 | 
						|
 | 
						|
# Personal TODO files
 | 
						|
TODO
 | 
						|
 | 
						|
# Ignore backups
 | 
						|
backup/
 |