2025-01-17 11:03:00 +01:00
|
|
|
# Application
|
2024-06-18 16:29:11 +02:00
|
|
|
.env
|
2024-06-19 17:14:21 +02:00
|
|
|
*.db
|
2025-01-17 11:03:00 +01:00
|
|
|
|
|
|
|
# Python specifics
|
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Static folders
|
|
|
|
static/instructions/
|
|
|
|
static/minifigs/
|
|
|
|
static/parts/
|
|
|
|
static/sets/
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# Temporary
|
|
|
|
*.csv
|
2025-01-19 00:09:34 +01:00
|
|
|
/local/
|
2025-01-17 11:03:00 +01:00
|
|
|
|
|
|
|
# Apple idiocy
|
|
|
|
.DS_Store
|