# Aider
.aider*

# Environment variables
.env

# IntelliJ - Main project file (user-specific or regenerable)
# This specific .iml file at the root is ignored.
/lev.iml

# IntelliJ - User-specific workspace files and caches
# IMPORTANT: Most of the .idea directory (modules.xml, jdk.table.xml, .idea/modules/*.iml)
# SHOULD BE COMMITTED for a portable project setup.
/.idea/workspace.xml
/.idea/tasks.xml
/.idea/**/shelf/
/.idea/**/sonarlint/
# If you have other .idea files that are user-specific, add them here.
# For example, .idea/vcs.xml might be user-specific if you don't want to share VCS mappings.

# Python build artifacts and caches
*.pyc
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
*.so

# Virtual environments
# This will ignore .venv directories in the project root and any subdirectories (e.g., api/.venv)
.venv/

# Log and profile files
*.log
*.prof
profile.html

# Other generated directories
galileo-prometheus-metrics/

# Operating System generated files
.DS_Store
Thumbs.db
