Files
Aetheel/.gitignore
Tanmay Karande ec8bd80a3d first commit
2026-02-13 23:56:09 -05:00

22 lines
194 B
Plaintext

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