Add .gitignore for production repo
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Test files
|
||||||
|
test_*.py
|
||||||
|
|
||||||
|
# Development versions
|
||||||
|
*_enhanced.py
|
||||||
|
*_newer*.py
|
||||||
|
*_test.py
|
||||||
|
|
||||||
|
# Backups
|
||||||
|
*.bak
|
||||||
|
*.backup*
|
||||||
|
*.old
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Configs with secrets
|
||||||
|
config.yaml
|
||||||
Reference in New Issue
Block a user