24 lines
195 B
Plaintext
24 lines
195 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
# Virtual environment
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
|
|
# Cursor / editor
|
|
.claude/
|
|
.cursor/
|
|
*.code-workspace
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
nul
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|