# Ignore Python bytecode files
__pycache__/
*.pyc

# Ignore macOS system files
.DS_Store

# Ignore distribution files
dist/

# Ignore environment variable files
.env
*.env
**/*.env