Files
2026-05-19 21:19:05 +05:30

55 lines
411 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
build/
dist/
.eggs/
# Virtual environments
venv/
.venv/
env/
# Python tools
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDEs
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Packaging
pkg/
src/
# Arch package artifacts
*.pkg.tar.zst
*.pkg.tar.xz
# Secrets
.env
*.key
*.pem
# Temporary
tmp/
temp/
# Coverage
.coverage
htmlcov/
# Git
*.orig