# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.pytest_cache/

# Build artifacts
build/
dist/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Folders
tmp/

# aidem generated project configs in test environments
# (Only ignore if you don't want to commit tool configs in your own projects)
# .cursor/
# .claude/
# .kilo/
# .windsurfrules
# AGENTS.md
# CLAUDE.md
