SwapStation_Dashboard/.gitignore

28 lines
241 B
Plaintext

# 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