diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..430c246 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Environment variables +.env + +# User-specific domain configuration +cf_domains.yaml + +# Python-related files +__pycache__/ +*.pyc + +# Log files +*.log \ No newline at end of file