Files
seedPass/.gitignore
thePR0M3TH3AN d0df4b44c2 update
2025-07-04 13:05:53 -04:00

36 lines
514 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
# Coverage files
.coverage
coverage.xml
# Other
.hypothesis
totp_export.json.enc