| # Ignore Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| # Ignore environment and build files | |
| .env | |
| .venv/ | |
| *.egg-info/ | |
| build/ | |
| dist/ | |
| # Ignore temporary files | |
| *.log | |
| *.tmp | |
| *.bak | |
| *.swp | |
| duplicates_small_sample.csv | |
| # Ignore system files | |
| .DS_Store | |
| Thumbs.db | |
| # Ignore Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| # Ignore environment and build files | |
| .env | |
| .venv/ | |
| *.egg-info/ | |
| build/ | |
| dist/ | |
| # Ignore temporary files | |
| *.log | |
| *.tmp | |
| *.bak | |
| *.swp | |
| duplicates_small_sample.csv | |
| # Ignore system files | |
| .DS_Store | |
| Thumbs.db | |