feat: added assets folder to gitignore

This commit is contained in:
2025-04-23 11:17:17 +02:00
parent 923239abd3
commit bb3a3256cb
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ I first realized that a normal mosaic algorithm isn't safe AT ALL seeing this pr
```bash
# Step 1: Create and activate virtual environment
python3 -m venv venv
python3 -m venv .venv
source venv/bin/activate
# Step 2: Install the local Python program add the -e flag for development