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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
venv/
env/
.venv/
.env/

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo

# Operating system files
.DS_Store
Thumbs.db

# Project-specific generated files
torch_submit/_version.py

# Logs
*.log

# Test coverage
.coverage
htmlcov/

# Temporary files
*.tmp
*.bak

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version
