copilot-instructions.md
What is copilot-instructions.md?
Section titled “What is copilot-instructions.md?”copilot-instructions.md is GitHub Copilot’s project-specific configuration file.
Owner: Microsoft / GitHub
Location: .github/copilot-instructions.md
Template
Section titled “Template”## ProjectThis is a Python FastAPI backend.
## Stack- Python 3.12, FastAPI, SQLAlchemy 2.0- PostgreSQL database- pytest for testing
## Conventions- Use async/await for all database operations- Type hints on all functions- Pydantic models for API schemasGitHub Copilot now also reads AGENTS.md files.