# Graphify output directory
graphify-out/

# Python virtual environments
.venv/
venv/
env/
ENV/

# Python cache and compiled files
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Environment files (may contain credentials)
.env
.env.*
!.env.example

# Logs
*.log
logs/

# Type checking cache
.pyright/
.mypy_cache/
.dmypy.json

# Documentation build artifacts
docs/_build/
site/

# Temporary files
*.tmp
*.temp
.cache/

# Lock files (optional - uncomment if you want to exclude)
# uv.lock
# poetry.lock
