# Python
**/__pycache__/

# Python build
/*.egg-info/
/build/

# Pytest
/.pytest_cache/

# Mypy
/.mypy_cache/

# Wheel and source dist
/dist/

# Glue code generated by maturin
/python/arrow_odbc/arrow_odbc

# Build directory for documentation using sphinx
/doc/build/

# Cargo
/target/
