mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-02 16:44:31 +01:00 
			
		
		
		
	shell.nix is used in Nix to create a specific shell with custom packages. The name is standardised and need to be in project folder to ease development tools integrations.
		
			
				
	
	
		
			56 lines
		
	
	
		
			603 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			603 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Server config files
 | 
						|
nginx_note.conf
 | 
						|
 | 
						|
# Byte-compiled / optimized / DLL files
 | 
						|
dist
 | 
						|
build
 | 
						|
__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
 | 
						|
 | 
						|
# VSCode project settings
 | 
						|
.vscode
 | 
						|
 | 
						|
# Local data
 | 
						|
secrets.py
 | 
						|
.env
 | 
						|
map.json
 | 
						|
*.log
 | 
						|
backups/
 | 
						|
/static/
 | 
						|
/media/
 | 
						|
 | 
						|
# Virtualenv
 | 
						|
env/
 | 
						|
venv/
 | 
						|
db.sqlite3
 | 
						|
shell.nix
 | 
						|
 | 
						|
# ansibles customs host
 | 
						|
ansible/host_vars/*.yaml
 | 
						|
!ansible/host_vars/bde*
 | 
						|
ansible/hosts
 |