Files
2026-05-11 16:42:57 +03:00

50 lines
429 B
Plaintext

# Secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*.pyc.*
*.pyd
*.pyo
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
# Packaging / build
build/
dist/
site/
.eggs/
*.egg
*.egg-info/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Runtime data
logs/
data/
# Editor / OS noise
.idea/
*.swp
*.swo
*.tmp
.DS_Store
Thumbs.db
Desktop.ini