# 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/