# Ignore virtual environments | |
venv/ | |
.env/ | |
# Ignore cache and large files | |
__pycache__/ | |
*.pyc | |
*.pkl | |
*.csv | |
*.log | |
cache/ | |
# Ignore notebooks and test files | |
*.ipynb | |
tests/ | |
# Ignore system or IDE files | |
.DS_Store | |
.vscode/ | |
# Ignore virtual environments | |
venv/ | |
.env/ | |
# Ignore cache and large files | |
__pycache__/ | |
*.pyc | |
*.pkl | |
*.csv | |
*.log | |
cache/ | |
# Ignore notebooks and test files | |
*.ipynb | |
tests/ | |
# Ignore system or IDE files | |
.DS_Store | |
.vscode/ | |