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

# Virtual environments
.venv/
venv/
ENV/

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

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

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

# Linting
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Project specific
.wiki-meta.json
*.log

# Documentation
site/

# Secrets (never commit!)
.env
.pypirc

