Files
impakt/.gitignore
2026-04-11 07:24:44 -04:00

42 lines
604 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Impakt session data (generated per test, not committed)
.impakt/
# Generated reports
*.pdf
!src/impakt/report/templates/*.html
# Large data files (keep the .mme/.chn metadata, skip bulk .dat/.NNN files)
# Note: test fixture data IS committed; production data is not
# Research — cloned repos and downloaded media (large, not ours)
research/repos/
research/screenshots/