generated from Hazel/python-project
feat: added assets folder to gitignore
This commit is contained in:
parent
923239abd3
commit
bb3a3256cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -160,3 +160,4 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
.venv
|
.venv
|
||||||
|
assets/*
|
@ -12,7 +12,7 @@ I first realized that a normal mosaic algorithm isn't safe AT ALL seeing this pr
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Step 1: Create and activate virtual environment
|
# Step 1: Create and activate virtual environment
|
||||||
python3 -m venv venv
|
python3 -m venv .venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
# Step 2: Install the local Python program add the -e flag for development
|
# Step 2: Install the local Python program add the -e flag for development
|
||||||
|
Loading…
x
Reference in New Issue
Block a user