# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

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

# Environment files / secrets / credentials
.env
.env.*
!.env.example
*.key
*.pem
*secret*
*secrets*
*.eim

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

# Type checking / linting
.mypy_cache/
.ruff_cache/
.dmypy.json

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Build / sim artifacts / logs
*.log
*.vcd
screenshot*.png
