Files
Tajna-tretej-stolicy/.gitignore
2026-04-22 10:58:32 +03:00

52 lines
414 B
Plaintext

# macOS
.DS_Store
._*
# Windows
Thumbs.db
Desktop.ini
# Linux
*~
.Trash-*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
ENV/
# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*.iml
# Jupyter
.ipynb_checkpoints/
# Environment / secrets
.env
.env.local
.env.*.local
*.pem
*.key
# Logs
*.log