40 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Django project
 | 
						|
/media/
 | 
						|
/static/
 | 
						|
*.sqlite3
 | 
						|
 | 
						|
# Python and others
 | 
						|
__pycache__
 | 
						|
*.pyc
 | 
						|
.DS_Store
 | 
						|
*.swp
 | 
						|
/venv/
 | 
						|
/tmp/
 | 
						|
/.vagrant/
 | 
						|
/Vagrantfile.local
 | 
						|
node_modules/
 | 
						|
/npm-debug.log
 | 
						|
/.idea/
 | 
						|
.vscode
 | 
						|
coverage
 | 
						|
.python-version
 | 
						|
 | 
						|
# Distribution / packaging
 | 
						|
.Python
 | 
						|
env/
 | 
						|
build/
 | 
						|
develop-eggs/
 | 
						|
dist/
 | 
						|
downloads/
 | 
						|
eggs/
 | 
						|
.eggs/
 | 
						|
lib/
 | 
						|
lib64/
 | 
						|
parts/
 | 
						|
sdist/
 | 
						|
var/
 | 
						|
wheels/
 | 
						|
*.egg-info/
 | 
						|
.installed.cfg
 | 
						|
*.egg
 |