Files
b2txt25/.gitignore
2025-10-12 11:57:04 +08:00

10 lines
109 B
Plaintext

# ignore python bytecode files
*.pyc
*.egg-info
# ignore rdb files
*.rdb
# ignore ds_store files
.DS_Store