# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# MITRE ATT&CK data cache
data/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# OS specific files
.DS_Store
Thumbs.db

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.tox/
*.cover
.hypothesis/

# Code quality tools
.mypy_cache/
.ruff_cache/
.bandit
bandit-report.json
safety-report.json

# Documentation
docs/_build/

# Environment variables
.env

dev-docs/
