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

# Virtual Environments
venv/
env/
ENV/
logo.venv/
*.venv/
venv

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Unit test / coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Project specific
# Generated images and outputs
*.png
*.jpg
*.jpeg
*.svg
*.dxf
*.stl
*.pdf

# Except documentation images
!docs/**/*.png
!docs/**/*.jpg

# Temporary files
*.tmp
*.bak
*.log

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

# Pyre
.pyre/

# pytype
.pytype/

# Ruff
.ruff_cache/
