Files
seedPass/.gitignore
thePR0M3TH3AN 713304ca54 update
2024-10-21 20:13:19 -04:00

27 lines
430 B
Plaintext

# Ignore virtual environment directory
venv/
# Ignore context tool directory
context_tool/
# Ignore info directory
info/
# 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