# Ignore the virtual environment folder
venv/

# Ignore egginfo
ViTARC.egg-info/

# Ignore the test_cuda.py script
test_cuda.py

# Ignore generated datasets and results
arc_x2y_datasets/

# Python cache files
__pycache__/
*.py[cod]
.pytest_cache/

# Mac / Windows system files
.DS_Store
Thumbs.db
