Nuacht

. ├── __pycache__/ # Compiled Python bytecode ├── venv/ # Virtual environment (excluded by .gitignore) ├── .gitignore # Git ignore file ├── db.py # MongoDB connection configuration ├── main.py # ...