# Rust build artifacts target/ **/target/ # SQLite databases *.db *.db-shm *.db-wal # Environment files .env .env.local # Captures (runtime data, not source) openfut-bridge/captures/ # Python __pycache__/ *.pyc # Editor .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db