mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 12:55:37 +00:00 
			
		
		
		
	* Add docs for package install * fix grammar error * fix link * remove vscode file * Add extra pip env * Add debug output * add docs for database * add section about envs * some more general architecture comments * grammar * add comment about auto-pushing
		
			
				
	
	
		
			12 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore python environment files
 | |
| env-inv-doc/
 | |
| env/
 | |
| 
 | |
| # Compiled python files
 | |
| *.pyd
 | |
| *.pyc
 | |
| 
 | |
| # Temp files
 | |
| releases.json
 | |
| 
 | |
| .vscode/ |