mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	* refactor(doc): only use one command * restructure * move all generated helpers to a dedicated directory * move to pathlib * and more pathlib * add empty generated folder
		
			
				
	
	
		
			18 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			205 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Ignore python environment files
 | |
| env-inv-doc/
 | |
| env/
 | |
| 
 | |
| # Compiled python files
 | |
| *.pyd
 | |
| *.pyc
 | |
| 
 | |
| # Documentation build files
 | |
| _build/
 | |
| site/
 | |
| 
 | |
| # Generated API schema files
 | |
| docs/api/schema/*.yml
 | |
| 
 | |
| .vscode/
 | |
| generated/
 |