# Ignore all JSON files
*.json

# Ignore all JSON files in the subdirectories
**/*.json

#  ignore all pycache directories
__pycache__/
