|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Build / distribution
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# PyInstaller spec files
|
|
*.spec
|
|
|
|
# Virtual environment
|
|
venv/
|
|
.env/
|
|
.venv/
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# IDE / editor specific
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.code-workspace
|