Files
workshop/.gitignore
2026-08-13 00:01:54 +03:00

14 lines
167 B
Plaintext

# Local secrets and configuration
.env
.evn
# Python virtual environments and cache
.venv/
__pycache__/
*.py[cod]
# Editor and OS files
.vscode/
.DS_Store
Thumbs.db