Files
mentionhelp/.gitignore
2026-04-18 21:14:18 +02:00

30 lines
281 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
*$py.class
# Build / packaging
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
# IDE / OS noise
.idea/
.vscode/
.DS_Store
Thumbs.db
# Runtime artifacts
*.log