22 lines
256 B
Plaintext
22 lines
256 B
Plaintext
# Virtual environments
|
|
env/
|
|
venv/
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# IDEs/editors (optional but common)
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Jupyter Notebook checkpoints (optional)
|
|
.ipynb_checkpoints/
|