Skip to content
Snippets Groups Projects
Commit 9e35ef8d authored by Kerem Keptig's avatar Kerem Keptig
Browse files

Update file .gitignore

parent d2e09058
No related branches found
No related tags found
No related merge requests found
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore IDE and editor settings
.idea/
.vs/
.vscode/
*.sublime-workspace
# Ignore OS-specific files
.DS_Store
Thumbs.db
# Ignore Python cache files
__pycache__/
*.py[cod]
*.so
# Ignore virtual environments
venv/
.env/
*.venv
# Ignore dependency lock files
Pipfile.lock
poetry.lock
# Ignore log files
logs/
*.log
nohup.out
# Ignore large dataset files
*.csv
*.tsv
*.json
*.txt
# Ignore large image files
*.png
*.jpg
*.jpeg
*.bmp
*.tiff
*.svg
# Ignore compressed files
*.zip
*.tar
*.tar.gz
*.tgz
*.rar
# Ignore compiled files
*.o
*.a
*.out
*.exe
*.dll
# Ignore dataset & processed data folders
datasets/
data/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment