mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-10-26 22:26:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			338 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			338 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # vim: filetype=conf
 | |
| # Byte-compiled / optimized / DLL Files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| 
 | |
| # Virtual Environments
 | |
| .venv/
 | |
| 
 | |
| # Editor project settings
 | |
| ## VSCode
 | |
| .vscode/
 | |
| ## PyCharm intellij
 | |
| .idea/
 | |
| ## repl.it
 | |
| .replit
 | |
| ## spyder
 | |
| .spyproject/
 | |
| .spyderproject/
 | |
| 
 | |
| # Custom attributes for folders on Mac OS
 | |
| .DS_Store
 | |
| 
 | |
| # Personal TODO files
 | |
| TODO
 |