Environments

.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

Byte-compiled / optimized / DLL files

pycache/
*.py[cod]
*$py.class

Distribution / packaging

dist/
build/
*.egg-info/
.eggs/

IDEs

.vscode/
.idea/

Note: We are NOT ignoring .agent/rules.md so your AI rules are committed to Git!
# Pytest and Cache files
__pycache__/
.pytest_cache/
