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

# C extensions
*.so

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

# maturin
target/

# Unit test / coverage reports
htmlcov/
coverage.xml
.coverage

# Sphinx documentation
docs/_build/
doc/_build/

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

# profiling data
.prof
