ETF_Suite_Portal/.gitignore
Pascal 1ff511ebe1 chore: Update project configuration and add setup scripts
- Update Docker and Caddy configuration

- Add VPS setup and secrets management scripts

- Add test suite

- Update documentation

- Clean up cache files
2025-05-27 14:41:58 +02:00

56 lines
462 B
Plaintext

# Environment variables
.env
#.env.*
# Cache directories
cache/
**/cache/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Streamlit
.streamlit/secrets.toml
# Virtual Environment
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
logs/
# Local development
.env.local
.env.*.local
# System
.DS_Store
Thumbs.db