# Python Virtual Environment .venv/ env/ venv/ ENV/ # Local Environment Secrets Configuration .env # SQLite local database files *.db vessel_studio.db # Generated client PDF invoices and email text drafts *.pdf invoice_order_*.pdf email_draft_*.txt # Agent trace logs directories agent_traces/ # Python caching directories __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ .ruff_cache/ .pyright_cache/ # System-specific files .DS_Store Thumbs.db