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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

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

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

# Ruff
.ruff_cache/

# DomainIQ specific
.domainiq
*.domainiq
security_analysis_results.json

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Security and secrets
.secrets.baseline
*.key
*.pem
*.crt
*.cert

# Documentation build
docs/_build/

# Package files
*.whl
*.tar.gz

# Temporary files
*.tmp
*.bak

# Local development
.envrc
.direnv/
*.local

# Pre-commit
.pre-commit-config.yaml

# Hatch build system
.hatch/
# Local Claude tool artifacts
.claude/
