# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
*.manifest
*.spec

# Virtual environments
.venv/
venv/
env/
ENV/
.env

# Environment variables
.env
.env.local
.env.*
!.env.example

# Config (contains API keys — never commit)
config.yaml
config.yml

# OpenOSINT generated output
reports/
*.cast

# Media: generated GIFs and MP4s (tapes are versioned, output is not)
media/output/

# Distribution / packaging
.installed.cfg
lib/
lib64/

# PyInstaller
*.spec

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

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes

# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
DerivedData/
*.hmap
*.ipa

# JetBrains IDEs
.idea/
*.iml
*.iws
*.ipr
out/

# VS Code
.vscode/
*.code-workspace

# Claude Code
.claude/
CLAUDE.md

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
