# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Environments
.venv/
env/
venv/
ENV/

# Project-specific sensitive files
.env
.env.*
!.env.example

# Envrify Build artifacts
dist/
build/
*.egg-info/

# UV lockfile and versioning
# (Keep uv.lock if you want consistent builds, but ignore local python version)
.python-version

# System files
.DS_Store