Files
Aetheel/.gitignore
2026-02-14 00:04:16 -05:00

23 lines
203 B
Plaintext

# Environment & secrets
.env
*.env.local
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
inspiration/
archive/
# Virtual environments
.venv
# OS
.DS_Store
# Logs
*.log