Auto-sync from website-creator
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Ignore environment files with actual credentials
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Generated images
|
||||
generated_*.png
|
||||
edited_*.jpg
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
|
||||
# Google Credentials (NEVER commit!)
|
||||
*-credentials.json
|
||||
credentials/*.json
|
||||
ga4-credentials.json
|
||||
gsc-credentials.json
|
||||
Reference in New Issue
Block a user