# Ignore build artifacts
build/
dist/
*.egg-info/

# Ignore the evironment file which defines PYTHONPATH for local execution
.env

# Ignore Python cache files
**/__pycache__/**

# Ignore the Sphinx build directory
docs/_build/
docs/source/**