# Build artifacts
dist/                  # The entire dist/ folder created by `python -m build` (your .whl and .tar.gz files)
build/                 # Temporary build folder (sometimes created by older tools)
*.egg-info/            # Folder created by setuptools/hatchling during build (metadata)

# Python cache
__pycache__/           # Folders with compiled .pyc files (Python bytecode cache)
*.pyc                  # Individual compiled Python files