Files
sibuti/.gitignore
2025-12-11 13:48:54 +03:00

19 lines
128 B
Plaintext

# Build artifacts
build/
dist/
*.spec
# Python
__pycache__/
*.pyc
*.pyo
venv/
.venv/
# macOS
.DS_Store
# IDE
.idea/
.vscode/