mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Sphinx
 | 
						|
_build/
 | 
						|
localazy_private.json
 | 
						|
 | 
						|
# python virtualenv
 | 
						|
venv/
 | 
						|
ENV/
 | 
						|
.venv
 | 
						|
Pipfile.lock
 | 
						|
 | 
						|
# put various editor ignores here
 | 
						|
.vscode/
 | 
						|
*.vpj
 | 
						|
*.vpw
 | 
						|
*.vpwhist
 | 
						|
*.vtg
 | 
						|
.idea/
 | 
						|
.idea
 | 
						|
.idea/*
 | 
						|
 | 
						|
# python cache files
 | 
						|
*.pyc
 | 
						|
__pycache__
 | 
						|
 | 
						|
# dotenv
 | 
						|
.env
 | 
						|
.envrc
 | 
						|
 | 
						|
# os specific
 | 
						|
.DS_Store
 |