get-sources/.gitignore
Pierre-Olivier Mercier 459388fe60
All checks were successful
continuous-integration/drone/push Build is passing
Add S3 static page generator for bucket browsing
Implement Python-based generator that creates static HTML index pages for browsing S3 bucket contents. The generator produces nginx-style directory listings with hierarchical navigation.
2026-01-06 17:04:05 +07:00

29 lines
229 B
Text

# Generated output
output/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
venv/
env/
ENV/
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db