# Rust build artifacts target/ # Database files *.db *.db-journal *.db-wal *.db-shm # Configuration with secrets config.toml # Environment variables .env .env.* # Logs *.log # Frontend web/node_modules/ web/dist/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Plans (development artifacts) plans/