21 lines
311 B
Plaintext
21 lines
311 B
Plaintext
# Keep the build context lean: exclude the local venv, caches, tests,
|
|
# and anything not needed to build the pyfconfig wheel.
|
|
.git/
|
|
.gitignore
|
|
.env
|
|
.env.example
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
dist/
|
|
build/
|
|
tests/
|
|
Dockerfile
|
|
.dockerignore
|
|
opencode.json
|
|
docker-compose.yml
|