Eyob-Sol's picture
Create .gitignore
8de43d6 verified
Raw
History Blame Contribute Delete
347 Bytes
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
*.pkl
# Bytecode and compiled extensions
*.so
*.dll
*.dylib
# Local config
*.env
.env
# OS-generated files
.DS_Store
Thumbs.db
# Output artifacts (optional)
outputs/*.png
outputs/*.pdf
# Jupyter checkpoints (if any)
.ipynb_checkpoints/
# VSCode metadata
.vscode/
# PyCharm metadata
.idea/