Files
rdw-tanium/.gitignore
2026-02-26 14:32:30 -06:00

27 lines
194 B
Plaintext

# Environment
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
.venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Output
output/