mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 22:59:59 -07:00
37 lines
337 B
Plaintext
37 lines
337 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
uv.lock
|
|
|
|
# Logs
|
|
*.log
|
|
pager_messages.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Distribution
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Package manager lock files & DB files
|
|
uv.lock
|
|
*.db
|
|
*.sqlite3
|
|
intercept.db |