feat: added assets folder to gitignore

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

1
.gitignore vendored
View File

@ -160,3 +160,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.venv
assets/*

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