# IDE files
/.idea/
/.vscode/

# Python environment
/venv/
/.venv/

# Python cache
__pycache__/
*.pyc

# Build and test output files
/build/
/dist/
/src/*.egg-info/
/docs/api/*.rst
/wheelhouse/
