mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	* add typed report context * make it py3.9 compatible * fix docs * debug docs * fix for py 3.9 * add requested error codes
		
			
				
	
	
		
			33 lines
		
	
	
		
			456 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			456 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
 | |
| 
 | |
| # Temporary cache files
 | |
| url_cache.txt
 | |
| invoke-commands.txt
 | |
| 
 | |
| # Temp files
 | |
| releases.json
 | |
| versions.json
 | |
| inventree_filters.yml
 | |
| inventree_settings.json
 | |
| inventree_tags.yml
 | |
| 
 | |
| .vscode/
 | |
| 
 | |
| inventree_filters.yml
 | |
| inventree_report_context.json
 | |
| inventree_settings.json
 | |
| inventree_tags.yml
 |