Files
2026-08-11 10:20:24 +03:00

31 lines
351 B
Plaintext

# Local environment and secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
# Runtime data and downloaded media
data/*
!data/.gitkeep
downloads/
# Coverage and build output
.coverage
htmlcov/
build/
dist/
*.egg-info/
# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db