chore: add .gitignore

This commit is contained in:
“Naeel”
2026-05-29 19:55:23 +03:00
parent 65de34ba4a
commit 877aa7ab58
+28
View File
@@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
venv/
# Environment (secrets!)
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
.docker/
# Test
.pytest_cache/
htmlcov/
.coverage