Files
intercept/.gitignore
2026-01-08 06:57:33 +01:00

35 lines
297 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
uv.lock