# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
!theauditor/ast_extractors/javascript/dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
NodeSaaS-master/


# 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
docs/
.pf/
.claude/
audit/
scripts/
tests/
manifest.json
repo_index.db
*.db
*.db-journal
/test_scaffold/
/tmp/
teamsop.md
node_modules/
.auditor_venv

# JavaScript extractor build artifacts
theauditor/ast_extractors/javascript/node_modules/

# 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-*

