- db.sql: tables for printers, filaments, print_jobs, todos, pricing_config - .gitignore: excludes .env files and Python build artefacts - README: cleaned up structure and added Getting Started section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
38 B
Plaintext
6 lines
38 B
Plaintext
.env
|
|
.env.*
|
|
*.pyc
|
|
__pycache__/
|
|
.venv/
|