mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-30 23:39:54 +01:00 
			
		
		
		
	Ignore more things
This commit is contained in:
		
							
								
								
									
										49
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										49
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,19 +1,38 @@ | ||||
| .DS_Store | ||||
| .idea | ||||
| *.log | ||||
| tmp/ | ||||
|  | ||||
| *.py[cod] | ||||
| *.egg | ||||
| # Byte-compiled / optimized / DLL files | ||||
| dist | ||||
| build | ||||
| htmlcov | ||||
| **/auto/ | ||||
| ### Django ### | ||||
| *.log | ||||
| *.pot | ||||
| *.pyc | ||||
| __pycache__/ | ||||
| settings_local.py | ||||
| __pycache__ | ||||
| *.py[cod] | ||||
| *$py.class | ||||
| *.swp | ||||
| *.egg-info | ||||
| _build | ||||
| .tox | ||||
| .coverage | ||||
| coverage | ||||
|  | ||||
| # Translations | ||||
| *.mo | ||||
| *.pot | ||||
|  | ||||
| # Jupyter Notebook | ||||
| .ipynb_checkpoints | ||||
|  | ||||
| # Spyder project settings | ||||
| .spyderproject | ||||
| .spyproject | ||||
|  | ||||
| # Rope project settings | ||||
| .ropeproject | ||||
|  | ||||
| # PyCharm project settings | ||||
| .idea | ||||
|  | ||||
| # Local data | ||||
| settings_local.py | ||||
| *.log | ||||
|  | ||||
| # Virtualenv | ||||
| env/ | ||||
| venv/ | ||||
| db.sqlite3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user