# Ignore Python compiled files (and pycache folder)
__pycache__/
*.pyc

# Ignore Python script for tests
test.py

# Ignore JSON files (test datasets, other...)
*.json