Files
tabRemember/.gitignore

8 lines
145 B
Plaintext

# Ignore the virtual environment directory
venv/
# ignore the contents of the directory data
data/*
# Ignore the pycache directory
__pycache__/