17 lines
196 B
Plaintext
17 lines
196 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 |