# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# Environments
.env
.venv
env/
venv/

# PyCharm
.idea/

# Coverage
.coverage
coverage.lcov
coverage.xml

# Mypy
.mypy_cache/

# hatchling autogenerates version
/startle/_version.py