# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
*.whl
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Vector store
chroma_db/

# LangSmith / LangChain
.langsmith/

# Distribution
*.tar.gz
*.zip

# Jupyter
.ipynb_checkpoints/

# Generated output
scrum-plan.*
scrum-questionnaire.md

# References
Capacity_Plan_Template.xlsx
SCRUM.md

# Allow test fixtures (overrides SCRUM.md ignore above)
!tests/fixtures/SCRUM.md
!projects/*/SCRUM.md
