diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19a7bd4 --- /dev/null +++ b/.gitignore @@ -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