573in1/.gitignore

15 lines
260 B
Plaintext

# Do not include any hidden metadata saved by apps and the OS.
desktop.ini
.DS_Store
.vscode/
# Do not include any built or cached files.
build/
__pycache__/
*.pyc
*.pyo
# Do not include the dumps used to generate the cartdb files.
#data/dumps/
#data/tests/