# Ignore Python cache files
__pycache__/
*.py[cod]
*$py.class
*_cache/

# manual and local test files
mytest.py
*.step
*.dxf

# local logging and stuff
output.txt

# VS Code
.vscode/
*.code-workspace

# build
*.egg-info/
build/
src/py_gearworks/_version.py
*.tar.gz

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Docs
docs/_build/