mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			410 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			410 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Byte-compiled / optimized / DLL files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| 
 | |
| # Distribution / packaging
 | |
| .Python
 | |
| env/
 | |
| ./build/
 | |
| develop-eggs/
 | |
| dist/
 | |
| downloads/
 | |
| eggs/
 | |
| .eggs/
 | |
| lib/
 | |
| lib64/
 | |
| parts/
 | |
| sdist/
 | |
| var/
 | |
| *.egg-info/
 | |
| .installed.cfg
 | |
| *.egg
 | |
| 
 | |
| 
 | |
| # Django stuff:
 | |
| *.log
 | |
| local_settings.py
 | |
| *.sqlite3
 | |
| 
 | |
| # Local media storage (only when running in development mode)
 | |
| InvenTree/media
 | |
| 
 | |
| # Ignore PyCharm project configuration
 | |
| .idea/
 |