32 lines
289 B
Plaintext
32 lines
289 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Databases
|
|
data/nv_log_history.db
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.swp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|