pollux/.gitignore
Jeena e00195c5be Refine repository structure
- Update .gitignore for dev/ and tmp/ directories
- Move certificate setup to dev/ directory with README
- Remove production references from AGENTS.md
- Clean up directory structure and documentation
- Repository now ready for development workflow
2026-01-15 08:31:43 +09:00

24 lines
No EOL
250 B
Text

# Development directories
dev/
tmp/
test_files/
sample_data/
# Temporary files
*.log
*.tmp
.DS_Store
# TLS certificates - NEVER commit to repository
*.pem
*.key
*.crt
certbot/
# Rust build artifacts
/target/
Cargo.lock
# IDE files
.vscode/
.idea/