net-ninja/ ├── net_ninja.py # Main Flask application ├── requirements.txt # Dependencies ├── README.md # Documentation (this file) ├── LICENSE # MIT License ├── .gitignore # Git ignore rules ├── ...