initial documentation and requirements
This commit is contained in:
		
							parent
							
								
									4709f2035c
								
							
						
					
					
						commit
						e9c1a218d6
					
				
					 18 changed files with 856 additions and 0 deletions
				
			
		
							
								
								
									
										43
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,43 @@ | |||
| # Python bytecode: | ||||
| *.py[co] | ||||
| 
 | ||||
| # Packaging files: | ||||
| *.egg* | ||||
| 
 | ||||
| # Sphinx docs: | ||||
| build | ||||
| 
 | ||||
| # SQLite3 database files: | ||||
| *.db | ||||
| 
 | ||||
| # Logs: | ||||
| *.log | ||||
| 
 | ||||
| # Eclipse | ||||
| .project | ||||
| .pydevproject | ||||
| .settings | ||||
| 
 | ||||
| # Linux Editors | ||||
| *~ | ||||
| \#*\# | ||||
| /.emacs.desktop | ||||
| /.emacs.desktop.lock | ||||
| .elc | ||||
| auto-save-list | ||||
| tramp | ||||
| .\#* | ||||
| *.swp | ||||
| *.swo | ||||
| 
 | ||||
| # Mac | ||||
| .DS_Store | ||||
| ._* | ||||
| 
 | ||||
| # Windows | ||||
| Thumbs.db | ||||
| Desktop.ini | ||||
| 
 | ||||
| .ropeproject | ||||
| _build/ | ||||
| *.sqlite3 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue