24 lines
222 B
Plaintext
Executable File
24 lines
222 B
Plaintext
Executable File
.ipynb_checkpoints
|
|
__pycache__/
|
|
|
|
# Python bytecode / build artifacts
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Editor / IDE settings
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local config
|
|
.env
|
|
|
|
# Logs
|
|
*.log
|