22 lines
266 B
Plaintext
22 lines
266 B
Plaintext
# Ignore Python cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Ignore environment files
|
|
.env
|
|
*.env
|
|
|
|
# Ignore system files
|
|
.DS_Store
|
|
|
|
# Ignore Git files
|
|
.git*
|
|
*cookies*
|
|
set_env.sh
|
|
jellyplist.code-workspace
|
|
|
|
# Ignore GitHub page related files
|
|
changelogs
|
|
readme.md
|
|
screenshots |