# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Logs and temporary files
logs/*.log
*.log
*.swp
.DS_Store
to_clean/
logs_backup/
cleanup_backup/

# Configuration files with sensitive info
# Don't ignore templates
.cursor/mcp.json
claude_desktop_config.json
!config-templates/*.template.json

# IDE specific files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# Session-specific files
*.session
*.pid

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# VS Code
.vscode/

# Cursor
.cursor/

# macOS specific files
.AppleDouble
.LSOverride

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Keep the logs directory but not its contents
logs/*
!logs/.gitkeep

# Security scan reports and artifacts
bandit-report.json
safety-report.json
licenses.json
security-audit-report.txt
security-audit-results.json
*.sarif

# Any backup directories
*_backup/

# Cursor
.cursor/

# DXT Extension Build Artifacts
lib/
*.dxt
build-dxt.ps1
build-dxt.bat
setup_dxt.py
DXT_README.md
requirements.txt
# Note: .dxtignore should be committed since the *.pyd fix is important
