LPFMwebapp / .gitignore
udbhav
first commit
284f009
raw
history blame contribute delete
274 Bytes
# Cache directory (downloaded private repo)
cache/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Environment files
.env
.venv
env/
venv/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp