17 lines
208 B
Plaintext
17 lines
208 B
Plaintext
# Ignore .git
|
|
.git
|
|
|
|
# Ignore Test and Coverage Outputs
|
|
.htmlcov
|
|
.coverage
|
|
tests/.pytest*
|
|
|
|
# Ignore Configuration and JS/CSS source Files
|
|
config/
|
|
|
|
# Ignore Databases
|
|
*.db
|
|
|
|
# Ignore node_packages
|
|
node_modules/
|