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

# Compiled Python files
*.pyc
*.pyo
__pycache__/

# Virtual environment
.venv/
.env

# System-specific files
.DS_Store

# Temporary files
*~

# Logging
logs/
*.log

# Testing
noxfile.py
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
tests/
setup/
scripts/

# Git
.github/
.git/
.gitignore

# Markdown
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CHANGELOG.md

# Jupyter Notebook
.ipynb_checkpoints/
outputs/
notebooks/

# VSCode workspace settings
.vscode/

# Python Tools
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Mkdocs
.cache
docs/
examples/
mkdocs.yml
site

# Work In Progress (WIP)
readmeai/cli/commands_line.py
readmeai/cli/interactive.py
readmeai/config/settings/prompts
readmeai/config/settings/templates
