Massive rewrite
This commit is contained in:
+20
-9
@@ -1,11 +1,22 @@
|
||||
api
|
||||
# Application
|
||||
.env
|
||||
*.csv
|
||||
*.db
|
||||
*.png
|
||||
*.pdf
|
||||
*.jpg
|
||||
*.log
|
||||
/info
|
||||
/__pycache__
|
||||
*.bk
|
||||
|
||||
# Python specifics
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Static folders
|
||||
static/instructions/
|
||||
static/minifigs/
|
||||
static/parts/
|
||||
static/sets/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
|
||||
# Temporary
|
||||
*.csv
|
||||
|
||||
# Apple idiocy
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user