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

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

# =============================================================================
# IDE / Editors
# =============================================================================
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
.spyderproject
.spyproject
.ropeproject

# =============================================================================
# Testing & Coverage
# =============================================================================
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
nosetests.xml

# =============================================================================
# Type Checking & Linting
# =============================================================================
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.ruff_cache/

# =============================================================================
# Package Managers
# =============================================================================
.uv/
uv.lock
pip-log.txt
pip-delete-this-directory.txt
poetry.lock

# =============================================================================
# Logs & Debug
# =============================================================================
logs/
*.log
debug.log
faz_debug.log

# =============================================================================
# OS Generated
# =============================================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# =============================================================================
# Sensitive Files - NEVER commit these
# =============================================================================
.env.*
!.env.example
*.env.local
*.env.production
.env.local
.env.production
.env.development
credentials.json
secrets.json
*.pem
*.key
*.crt
config.local.json
.faz_config.json

# =============================================================================
# Downloaded Files (from MCP operations)
# =============================================================================
*.pcap
reports/
pcaps/

# =============================================================================
# Session & Working Files
# =============================================================================
SESSION_PROGRESS.md
*.txt.bak
*.bak
*.tmp
*.temp
report_issue_with_example.txt

# =============================================================================
# Test Environment (keep only .example files)
# =============================================================================
tests/.env.test
!tests/.env.test.example

# =============================================================================
# Claude Code / AI Assistants
# =============================================================================
.claude/
CLAUDE.md
SKILL.md
.cursor/
.aider*

# =============================================================================
# Docker
# =============================================================================
docker-compose.override.yml
.docker/

# =============================================================================
# Documentation Build
# =============================================================================
docs/_build/
site/

# API docs (local reference only)
docs/fndn/
docs/guides/
