# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Virtual environments
venv/
.venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test outputs
values-test*.yaml
*.log

# Test files (commented out in dev branch to allow test files)
# test_*.py

# Generated configuration files (may contain sensitive data)
values-prd.yaml
out/

# Values template (should be downloaded from Helm Chart repository)
values.yaml
values-*.yaml

# Cache directory
.cache/

# Sensitive files
email-server.txt
*password*.txt
*password*.yaml
*.secret
*.secret.*
*-secret.yaml
*-secret.json
*.key
*.pem
.env.local
.env.*.local

# Temporary files
*.tmp
*.bak
values-prd.yaml

# Helm charts (submodule or downloaded)
dify/
dify-*.tgz
dify-*/

# Generated files
config.json
OPENSOURCE_CHECKLIST.md
