# Start of .gitignore content managed by acc-py

# Project artifacts.
*/_version.py

# Runtime artifacts.
__pycache__
*.py[co]
*.egg-info
*.pkg-info

# Common virtual env names
venv/
venv.*/

# Build artifacts
*.whl
*.so
dist/
build/

# Common IDE files
.idea/
.vscode/

# End of .gitignore content managed by acc-py

# Design docs and implementation plans (kept locally, not committed).
docs/
