# Aider ignore file (gitignore syntax)
# Files listed here are hidden from aider's context

# Secrets and credentials
.env
.env.*
*.pem
*.key
credentials.json

# Lock files (auto-generated)
poetry.lock
package-lock.json
yarn.lock
pnpm-lock.yaml

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