BrickTracker/.gitignore

24 lines
215 B
Plaintext
Raw Normal View History

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
/local/
2025-01-17 11:03:00 +01:00
# Apple idiocy
.DS_Store