Files
RePrompt/.gitignore
thePR0M3TH3AN 608b7a725c update
2024-10-20 17:03:58 -04:00

22 lines
353 B
Plaintext

# Ignore virtual environment directory
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Encrypted index file should be backed up, hence not ignored
!.deterministic_password_generator/password_indices.csv
# Ignore system files
.DS_Store
Thumbs.db
# Ignore logs and temporary files
*.log
*.tmp
# Python env
.env
*.env