dataset/cora/*
dataset/pubmed/*
dataset/ogbn_arxiv/*
dataset/ogbn_products/*
titleabs.tsv

# Python-related ignores

# Ignore Python bytecode files
__pycache__/

# Ignore files generated by popular Python testing frameworks
# For example, if you're using pytest
pytest_cache/
.pytest_cache/

# Ignore virtual environment directories
venv/
env/
env*/
venv*/
.venv/

# Ignore pipenv virtual environment directories
.pipenv/

# Ignore pipenv lock file
Pipfile.lock

# Ignore pipenv-generated virtualenvs
.virtualenvs/

# Ignore coverage report files
.coverage
htmlcov/

# Ignore log files
*.log

# Ignore local development configuration files
*.env

.DS_store
