Created
December 7, 2025 07:45
-
-
Save rsyuzyov/96ca104e68ca70652760349e75373fb0 to your computer and use it in GitHub Desktop.
.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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