Files
2026-07-27 15:16:01 +02:00

29 lines
281 B
Plaintext

# Secrets
.env
*.env
!example.env
# Downloaded stickers
downloads/
# Virtual environments
venv/
.venv/
env/
# Python build & cache artefacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Editors / OS
.idea/
.vscode/
.DS_Store