Skip to content

Instantly share code, notes, and snippets.

@rsyuzyov
Created December 7, 2025 07:45
Show Gist options
  • Select an option

  • Save rsyuzyov/96ca104e68ca70652760349e75373fb0 to your computer and use it in GitHub Desktop.

Select an option

Save rsyuzyov/96ca104e68ca70652760349e75373fb0 to your computer and use it in GitHub Desktop.
.gitignore
# General
*.log
*.pem
*.key
config.yaml
config.yml
config.json
notes.txt
review.md
config_local.py
secrets.yaml
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual Environment
venv/
env/
.env
# IDEs
.vscode/
.idea/
.kiro/
.claude/
.antigravity/
# Project specific
output/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment