# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.deps/
.test_deps/
test_libs/

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

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

# IDEs
.vscode/
.idea/
.DS_Store
Thumbs.db

# Pytest and Cache files
.pytest_cache/
.coverage
htmlcov/
nosetests.xml
coverage.xml
*.cover
*.log

# Project specific
.python-version
pip-log.txt
pip-delete-this-directory.txt

Note: We are NOT ignoring .agent/rules.md so your AI rules are committed to Git!
