# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/

# Environments
.venv/
uv.lock
.python-version
.env

# Testing
.pytest_cache/
.coverage
.mypy_cache/
.pypirc*
examples/

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Editor swap/temp
*.swp
*.swo
*.bak
*.tmp
*.log

# Claude
.claude/

# profine
.profine/
.profine_tmp/
.profine_optimized_*.py
profine_output*/
aryan-outputs/
quickstart_out/
# Heavy seed examples kept out of the repo (cloned locally for testing).
# The shipped `examples/quickstart/` directory is intentionally tracked.
examples/minGPT/
examples/nanoGPT/
examples/nanoGPT_stripped/
