Files
Auditor/.gitignore

126 lines
1.3 KiB
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Virtual environments
.env
.venv
.auditor_venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project specific
.pf/
.claude/
audit/
manifest.json
repo_index.db
*.db
*.db-journal
/test_scaffold/
/tmp/
# Test and temporary files
test_output/
temp/
*.tmp
*.bak
*.log
# Local configuration
.env.local
.env.*.local
config.local.json
# Journal and runtime files
*.ndjson
.pf/journal.ndjson
.pf/bus/
.pf/workset.json
.pf/capsules/
.pf/context/
# ML models (if any)
*.pkl
*.joblib
*.h5
*.model
# Documentation build
docs/_build/
docs/.doctrees/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
# Linux
.directory
.Trash-*