10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
# ignore python bytecode files
|
|
*.pyc
|
|
*.egg-info
|
|
|
|
# ignore rdb files
|
|
*.rdb
|
|
|
|
# ignore ds_store files
|
|
.DS_Store
|