mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
# Ignore virtual environment directory
|
|
venv/
|
|
|
|
# Ignore context tool directory
|
|
context_tool/
|
|
|
|
# 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 |