9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
# Ignore the virtual environment directory
|
|
venv/
|
|
|
|
# ignore the contents of the directory data
|
|
data/*
|
|
|
|
# Ignore the pycache directory
|
|
__pycache__/
|