# 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
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Temporary test files (in root directory only)
/test_*.py
/test_*.archimate

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter
.ipynb_checkpoints

# uv
.uv/

# Local configuration
.env.local
config.local.json

# Generated diagrams (but keep docs/diagrams for documentation)
*.svg
!docs/diagrams/*.svg
*.png
*.pdf
diagrams/output/

# Generated exports and examples (temporary files)
exports/
examples/*/20*/
examples/failed_attempts/
*.puml
!docs/*.pumltemp/plantuml/

# Knowledge directory
knowledge/

# PlantUML JAR file (download separately)
plantuml*.jar
lib/plantuml*.jar
