Initial commit: ifconfig.me clone on the kaya framework

This commit is contained in:
2026-09-04 19:57:31 +08:00
committed by woggioni
commit b8f4e3026b
21 changed files with 828 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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