Add .gitignore

This commit is contained in:
2026-09-02 16:39:10 +03:00
commit 6621917731
+24
View File
@@ -0,0 +1,24 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
coverage.xml
# Secrets and local config
.env
config.toml
credentials
# OS
.DS_Store
Thumbs.db